
var TREE_ITEMS = [
	['Home', 'http://www.act-eg.com/',
		['Solutions And Services', null,
			['Solutions', null,
				['General Business', 'SolServ.aspx?SolServ=Sol&SolID=1'],
				['Government', 'SolServ.aspx?SolServ=Sol&SolID=2'],
				['Hospitality', 'SolServ.aspx?SolServ=Sol&SolID=3'],
				['Real Estate', 'SolServ.aspx?SolServ=Sol&SolID=4'],
				['Telecommunication', 'SolServ.aspx?SolServ=Sol&SolID=5'],
			],
			['Services', null,
				['Applications', 'SolServ.aspx?SolServ=Serv&SolID=1'],
				['Outsourcing', 'SolServ.aspx?SolServ=Serv&SolID=2'],
				['Project Management', 'SolServ.aspx?SolServ=Serv&SolID=3'],
				['Technical', 'SolServ.aspx?SolServ=Serv&SolID=4'],

			],

		],
		['ACT The Company', null,
		    ['About Us','AboutUs.aspx'],
		    ['Our Business','OurBusiness.aspx'],
		    ['Our Customers','OurCustomers.aspx'],
		    ['Our Partners','Partners.aspx'],
		    ['Social Awareness','SocialAwareness.aspx'],
		    ['Management Team','ManagementTeam.aspx'],
		    ['Contact Us','ContactUs.aspx'],
		],
		['ACT Knowledgebase', null,
		    ['FAQ','FAQs.aspx'],
		    ['Case Studies','CaseStudies.aspx'],
		    ['Useful Links','UsefulLinks.aspx'],
		],
	    ['News & Events', null,
		    ['News','News.aspx'],
		    ['Events','Events.aspx'],
		],
		['Careers', 'Career.aspx'],
		['Feed Back', 'FeedBack.aspx'],
		['Advanced Serch', 'AdvancedSearch.aspx'],
		['Downloads', 'Downloads.aspx'],
	]
];

