/* Tigra Menu items structure */
var MENU_ITEMS = [
 ['Home', 'index.php', {'tw':'_self','tt':'Home'}],
	//['Home', null, null,
		//['Introduction', 'intro.htm', {'tw':'_self','tt':'Introduction'}],
		//['Mission', 'mission.htm', {'tw':'_self','tt':'Our Mission'}],
		//['Objectives', 'objectives.htm', {'tw':'_self','tt':'Our Objectives'}]
	//],
	['Capabilities', 'Capability.htm', {'tw':'_self','tt':'Capabilities'}],
	//['Capabalities', null, null,
		//['Books', 'books.htm', {'tw':'_self','tt':'Training Books'}],
		//['Softwares', 'softwares.htm', {'tw':'_self','tt':'Training Softwares'}],
		//['Presentations', 'presentations.htm', {'tw':'_self','tt':'Training Presentations'}]
	//],
 
	 ['Simulators ', null, null,
		['Aircraft Simulator', 'aircraft.htm', {'tw':'_self','tt':'Aircraft Simulator'}],
		['Vehicle Simulator', 'Vehilce.htm', {'tw':'_self','tt':'Vehicle Simulator'}]
	 ],
	  
	[' Energy & Power ', null, null,
		['Solid State LED Lighting', 'Lighting.htm', {'tw':'_self','tt':'Solid State LED Lighting'}],
		['Solar LED Lighting', 'solar.htm', {'tw':'_self','tt':'Solar LED Lighting'}]
	 ],
	
		
	 
	 
	 ['Batt Desulphation', 'Battery.htm', {'  tw':'_self','tt':'Desulphation'}],
	 ['Data Logger', 'dataLogger.htm', {'  tw':'_self','tt':'Data Logger'}],
	//['Inside BZI', null, null,
		//['Boys Schools', 'boys.htm', {'tw':'_self','tt':'Boys Schools'}],
		//['Girls Schools', 'girls.htm', {'tw':'_self','tt':'Girls Schools'}]
	//],
	//['', '', {'tw':'_self','tt':'  News   ' }],
	['News', 'News.htm', {'tw':'_self','tt':'  News' }],
	['Contact Us', 'ContactUs.php', {'tw':'_self','tt':'Contact us by email or by Phone'}]
	//['Contact Us', null, null,
		//['By Email', 'contactEmail.htm', {'tw':'_self','tt':'Contact us by email'}],
		//['By Phone', 'contactByPhone', {'tw':'_self','tt':'Contact Us by Phone'}]
	//]
	
];

