/*
	ICT Navigation data, Keith Foster, FBX TO.
*/ 
var data = [
			
	{name:"UAE ICT Fund", url:"ICT-Fund.html", uri:"1", children:
		[
		 	{name:"About Us", url:"About-Us.html", uri:"1.1", children:null},
			{name:"ICT Board of Trustees", url:"Board-of-Directors.html", uri:"1.1", children:null},
			{name:"ICT Sector", url:"ICT-Sector.html", uri:"1.2", children:null},
			{name:"Images & Video Gallery", url:"gallery.php", uri:"1.3", children:null},
			{name:"Careers", url:"careers.html", uri:"1.4", children:null}
		]
	},
	
	{name:"Fund Objectives", url:"Fund-Objectives.html", uri:"2", children:null},
	{name:"News", url:"news.html", uri:"2", children:
		[
		 	{name:"ICT Fund Press Release", url:"news.html", uri:"2.1", children:null},
			{name:"Articles & Interviews ", url:"articles.html", uri:"2.2", children:null}			
		]
	},
	{name:"Services", url:"Services.html", uri:"3", children:null},
	
	{name:"Application", url:"Applications.html", uri:"4", children:
		[
		 	{name:"Incubators", url:"Incubators.html", uri:"4.1", children:null},
			{name:"R&amp;D projects", url:"RD-Projects.html", uri:"4.2", children:null},
			{name:"R&amp;D institutions", url:"RD-Institutions.html", uri:"4.3", children:null},
			{name:"Educational scholarships", url:"Educational-Scholarships.html", uri:"4.4", children:null}
		]
	},
	
	{name:"FAQ", url:"Faq.html", uri:"5", children:null},
	{name:"Contact", url:"Contact.html", uri:"6", children:null},
	{name:"&#1593;&#1585;&#1576;&#1610;", url:"arabic/index-A.html", uri:"6", children:null}

];
