/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/

var MENU_ITEMS = [
	['Company Profile','SpaceEngineeringCompanyProfile.pdf'],
	['Applications & Services','applications&services.htm',
		['Overall System Design & Simulation','system.htm'],
		['Mission Analysis, Planning & Support','mission.htm'],
		['Antenna Design','antenna.htm'],
		['EMI/EMC System Analysis','emi_emc.htm'],
		['Digital HW ASIC Design & Development','hw_asic.htm'],
		['Turn-Key Automatic Test Equipment','test.htm'],
	],
	['Technologies','technologies.htm',
		['Quick Plan TM','quick_plan.htm'],
		['Quick Plan TM','quick_plan.htm'],
		['EGNOS & GALILEO','egnos_galileo.htm'],
		['CAT for SAR','cat_for_sar.htm'],
		['Ground Antennas','ground_antennas.htm'],						
	],	
	['References','references.htm',
		['Current Programmes','current_references.htm'],
		['Current Programmes','current_references.htm'],
		['Past Programmes','past_references.htm'],					
	],		
	['Links','links.htm'],
	['Downloads','downloads.htm'],
	['Photo Gallery','photogallery.htm'],

];