/*
  --- 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_ITEMS2 = [
		
	['Buoys & Platforms', 'products_buoys_platforms.jsp', null,
		['Oil and Gas', null,null,
			['ARGOSPHERE', 'buoy_oil_argosphere.jsp'],
			['SLDMB', 'buoy_oil_sldmb.jsp'],
		],
		['Search and Rescue', null,null,
			['SLDMB', 'buoy_search_sldmb.jsp'],
		],
		['Oceanographic', null,null,
			['PROVOR Float', 'buoy_ocean_provorfloat.jsp'],
			['SLDMB', 'buoy_ocean_sldmb.jsp'],
			['SVP/WOCE', 'buoy_ocean_svpwoce.jsp'],
		],
		['Polar', null,null,
			['Compact Air-Launch Ice Beacon', 'buoy_polar_calib.jsp'],
			['Ice Beacon', 'buoy_polar_icebeacon.jsp'],
			['Ice Mass Balance Buoy', 'buoy_polar_imb.jsp'],
			['Compact Artic Drifter', 'buoy_polar_jcad.jsp'],
                  ['Polar Ocean Profiling System', 'buoy_polar_pops.jsp'],
                  ['Polar Area Weather Station', 'buoy_polar_paws.jsp'],
		],
	
	],
	['Naval Systems', 'products_naval_systems.jsp', null,
		['MASS', 'naval_mass.jsp',null,		
		],
		['SILC', 'naval_silc.jsp',null,
			
		],
	],
];