var TREE_NODES = [
	['Home', null, null,
		['Homepage', 'index.htm', '_top'],
                ['Introduction', 'introduction.htm', '_top'],
	],
	['About Us', null, null,
		['Our Profile', 'profile.htm', '_top'],
		['Our Clients', 'clients.htm', '_top'],
                ['Contact Us', 'contactinfo.htm', '_top'],
	],
	['WWW', null, null,
		['What is www?', 'whatwww.htm', '_top'],
		['Why www?', 'whywww.htm', '_top'],
		['Future of www', 'futurewww.htm', '_top'],
	],
	['Services', null, null,
		['Web related', null, null, 
			['Web Designing', 'webdesigning.htm', '_top'], 
			['Web Hosting', 'hosting.htm', '_top'],
			['Domain Reg.', 'domainreg.htm', '_top'],
			['E-commerce', 'ecommerce.htm', '_top'],
			['Search Engines', 'searchengine.htm', '_top'],
		],
		['Graphics Designing', null, null, 
			['Print Media', 'printmedia.htm', '_top'], 
			['Outdoors', 'outdoors.htm', '_top'],
			['Animations', 'animations.htm', '_top'],
		],
	],
	['Feedback', null, null,
		['Your Feedback', 'feedback.htm', '_top'],
      		['Email Us', 'mailto:manoj@apexsolutions.co.in', null],
	]
];

