/*
  --- 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 = [
	['ESSM Operations', null, null,
		['Purpose & Function', 'essmop_home.asp?destPage=ESSM&PageId=1.2', null,],
		['ESSM Management', 'essmop_management.asp?destPage=ESSM&PageId=1.3', null,],
		['Location', 'essmop_locations.asp?destPage=ESSM&PageId=1.4', null,],
		['Requesting Procedures/Funding Requirements', 'essmop_requestingprocs.asp?destPage=ESSM&PageId=1.5', null,],
		['ESSM Operations Guide', 'http://www.essmnavy.net/operations_guide.pdf', null],
	],	
	['Diving Equipment', null, null,
		['Depot Level Maintenance', 'diving_depotlevelmaint.asp?destPage=Diving', null,],
		['Inventory', 'diving_inventory.asp?destPage=Diving', null,],	
	],
	['Salvage Equipment', null, null,	//'relSites.asp?destPage=relSites'
		['Procedures', 'salvage_procedures.asp?destPage=Salvage%20Equipment&pageId=2.2', null,],	
		['Inventory', 'http://www.essmnavy.net/index.html?page=salvage', null,],
		//['Equipment Specs', null, null,
		//		['Machinery Equipment', 'salvage_machineryandequip.asp?destPage=Salvage%20Equipment&pageId=2.4', null,],
		//		['Anchors Beach Gear, and Associated Equipments', '/salvage_anchorsbeachandassoc.asp?destPage=Salvage%20Equipment&pageId=2.3', null,],
		//		['Towing and Mooring Lines/Systems', 'salvage_towingandmooringline.asp?destPage=Salvage%20Equipment&pageId=2.2', null,],
		//		['FADO', 'salvage_fados.asp?destPage=Salvage%20Equipment&pageId=2.1', null,],	
		//		['Misc Salvage Equipment', 'salvage_miscequip.asp?destPage=Salvage%20Equipment&pageId=2.5', null,],
		//],
		['Complete Catalog Download', 'http://www.essmnavy.net/index.html?page=salvageApproved', null,],
	],
	['UWSH Equipment', null, null,
		['Depot Level Maintenance', 'uswh_depotlevelmaint.asp?destPage=USWH', null,],		
		['Inventory', 'uswh_inventory.asp?destPage=USWH', null,],	
	],	
	['Pollution Equipment', null, null,
		['Procedures', 'salvage_procedures.asp?destPage=Salvage%20Equipment&pageId=2.2', null,],	
		['Inventory', 'http://www.essmnavy.net/index.html?page=pollution', null,],
		//['Equipment Specs', null, null,
		//		['Containment Systems (booms & booms handling equipment)', 'poll_containmentsysandbooms.asp?destPage=Pollution%20Equipment&PageId=3.1', null,],
		//		['Oil Recovery/Skimmer Systems', 'poll_oilrecoveryskimmersystems.asp?destPage=Pollution Equipment&PageId=3.2', null,],
		//		['Pollution Offloading Systems (supports oil removal from ships)', 'poll_polloffloadingsystems.asp?destPage=Pollution Equipment&PageId=3.3', null,],
		//		['Field Support Equipment (command/control/maint./comms)', 'poll_fieldsupportequip.asp?destPage=Pollution Equipment&PageId=3.4', null,],	
		//		['Logistic Support (Transfer and Storage) System', 'poll_logisticsupport.asp?destPage=Pollution Equipment&PageId=3.4', null,],
		//		['Forward Response Systems (stand alone, small spill cleanup)', 'poll_forwardresponse.asp?destPage=Polllution Equipment&PageId=3.5', null,],				
		//],
		['Complete Catalog Download', 'http://www.essmnavy.net/index.html?page=pollutionApproved', null,],
	]
];

