var TREE_ITEMS = 
[
	['Home', 'home.htm',
		['Products', null,
			['IT World', null,
				['Web Design', 'webdesign.htm'],
				['Networking', 'networking.htm'],
				['Communications', 'communications.htm'],
				['Info Systems', 'infosystems.htm'],
				['PC Support', 'pcsupport.htm'],
				['Security', 'security.htm'],
			],
			['Business World', null,
				['Productivity', 'productivity.htm'],
				['Business Development', 'business.htm'],
				['Corporate Image', 'corporate.htm'],
			],	
		],
		['Contact', 'contact.htm'],
	],
];
		
