/*
  --- 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 = [
	['Home',  'default.asp', null,
	],

	['About', null, null,
		['Profile', 'profile.asp'],		
		['Associates', 'associates.asp'],
	],
	['Products', null, null,
		['Lighted Switches', 'products.asp?url=korry.com/products/switches'],
		['Lighted Panels', 'products.asp?url=ducommun.com/dti/products/displayPanels/Default.aspx'],		
		['Night Vision Filters', null, null,
			['Glass Filters', 'products.asp?url=wamcoinc.com/filterto2.htm'],
			['Plastic Filters', 'products.asp?url=korry.com/products/nightshield'],
			],   
		
		['Aircraft Lighting', null, null,
			['Interior', null, null,
			     ['Incandescent', 'products.asp?url=soderberg.aero/products.php?page=category&cat_id=2'],
		  
		],
	
	
		['Exterior',  null, null,
				['LED', 'products.asp?url=lfd.ltd.uk/default.htm'],
          			['Incandescent', 'products.asp?url=soderberg-mfg.com/exterior.htm'],
			],
		
            ],

		

               ['Lamps', null, null,	
			['Subminiature', 'products.asp?url=oshinolamps.co.jp/english/company/lamp/index.html'],
		        ['Aircraft', 'products.asp?url=amglo.com/products.shtml'],
			],
		['Search Lights', "products.asp?url=aerospacedefenceproducts.com.au/searchlight.pdf",
		],	
		['Clocks', 'products.asp?url=adstcoil.com/product/page/Astrotech'],
		['AMLCDs', 'products.asp?url=korry.com/products/displays'],
		['Rotary Switches', 'products.asp?url=esterline.com/controlsystems/MASON/JANCOSwitches/SelectorSwitches/SeriesA/tabid/1702/Default.aspx'],
		['Relays', null, null,
		 ['North America', 'products.asp?url=leachintl2.com/english/english1/searchNA.html'],
		  ['Europe', 'products.asp?url=leachintl2.com/english/english2/searchUK.html'],
		     ],
		['Contactors', 'products.asp?url=leachintl2.com/english/english1/vol1/contvol1.html'],
	
		['LEDs', 'products.asp?url=marl.co.uk/products/products.htm'],
		[' DC / DC Converters ', 'products.asp?url=gaia-converter.ca'],
		['Seven Segment Displays', 'products.asp?url=wamcoinc.com/displays/display_specs.htm'],
	
       ['Mil-Spec Connectors', 'connectors.asp', null,
       ],
                
       ['Circuit Breakers', 'klixon-circuit-breaker-aircraft-catalog.pdf', null,], 
      
       ['Mil-Spec Switches & Toggles', null, null,
			['Eaton Aerospace', 'SWITCH_CATALOGTeaton.pdf'],
			['OTTO Controls', 'http://ottoexcellence.com/controls/pdfs/ControlsCatalog.pdf'],
			['Micro Switch - Honeywell', ''],
			['Toggle Specs','products.asp?url=aerospacedefenceproducts.com.au/togglespec.pdf' ,]
			], 
	   




	],
	['News', 'news.asp', null,
	],
	['Contact',  'contact.asp', null,
	],
	['NVG Aircraft Converted','nvg.asp', null,
	 ], 
];

