/*
  --- 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.
  
  NOTE: For some reason it will not read the first item, so I repeated it.
*/
var MENU_ITEMS = [
	['Home', 'http://www.mse-ta.com/index.html'],
	
	['News', null, null,
	        ['News Center', 'http://www.mse-ta.com/news/newscenter.html'],
	        ['Brochures', 'http://www.mse-ta.com/brochures/brochures_01.html'],
	        ['Out and About', 'http://www.mse-ta.com/present_trade/whereismse.html'],
	],
	
	['Services', null, null,
			['Engineering', 'http://www.mse-ta.com/engineering/enghome.html'],
			['Aerospace Technology', 'http://www.mse-ta.com/aerospaceen/aerospaceenhome.html'],			
     		['Control & Monitoring', 'http://www.tetragenics.com'],	
     		['SCADA Solutions', 'http://www.tetragenics.com'],		
			['Site Closure Support', 'http://www.mse-ta.com/cleanup/scsp_home.html'],			
			['Site Cleanup Support','http://www.mse-ta.com/cleanup/ascp.html'],
			['Facility Modernization','http://www.mse-ta.com/modernization/fms.html'],
			['Plasma Technology','http://www.mse-ta.com/plasmatech/wastetreatment.html'],
			['Land-Water Cleanup','http://www.mse-ta.com/water_land_cleanup/waterlandcleanup.html'],
			['Infrastructure Services','http://www.mse-ta.com/services/infrastructure.html'],
			['Laboratory Services','http://www.mse-ta.com/laboratory/mselabhome.html'],
			['Testing Services','http://www.mse-ta.com/facility/msefacility.html'],	
			['Products & Technologies', null, null, 
					['Meteor Burst', 'http://www.mse-ta.com/meteorburst/meteorburst.html'],
					['Mine Waste Technologies', 'http://www.mse-ta.com/projects/mwtp/mwtp1.html'],
					],
	],
	['About MSE', null, null,
		['History', 'http://www.mse-ta.com/company/companyoverview.html'],
		['Facilities', 'http://www.mse-ta.com/facility/msefacility.html'],		
		['Locations', 'http://www.mse-ta.com/company/locations.html'],
		['Reports', 'http://www.mse-ta.com/news/newscenter.html'],		
		['Employment','http://www.mse-ta.com/employment/careers.html'],
		['Awards','http://www.mse-ta.com/awards/awards.html'],	
		['Contract Vehicles', 'http://www.mse-ta.com/contracts/main_contracts.html'],
	],
	['Contact Us', null, null, 
		['E-mail', 'mailto: contact@mse-ta.com?subject=Web site question'],
		['Contact Page','http://www.mse-ta.com/contacts/contacts.html'],
	],
	['Careers', 'http://www.mse-ta.com/employment/careers.html'],

	['Search', 'http://www.mse-ta.com/search.htm'],
];

