var MENU_ITEMS = [
	['Home', "javascript:selfWin('http://www.geovar.com')", {'tw':'_self'}],
      ['Data', null, null,
		['Satellite Imagery', null, null,
			['WorldView-2', "javascript:selfWin('http://www.geovar.com/wv-2.htm')", {'tw':'_self'}],
			['GeoEye-1', "javascript:selfWin('http://www.geovar.com/geoeye-1.htm')", {'tw':'_self'}],
			['WorldView-1', "javascript:selfWin('http://www.geovar.com/wv-1.htm')", {'tw':'_self'}],
			['QuickBird', "javascript:selfWin('http://www.geovar.com/quickbird.htm')", {'tw':'_self'}],
			['IKONOS', "javascript:selfWin('http://www.geovar.com/ikonos.htm')", {'tw':'_self'}],
			['SPOT', "javascript:selfWin('http://www.geovar.com/spot.htm')", {'tw':'_self'}],
			['RapidEye', "javascript:selfWin('http://www.geovar.com/rapideye.htm')", {'tw':'_self'}],
			['ASTER', "javascript:selfWin('http://www.geovar.com/aster.htm')", {'tw':'_self'}],
			['DMC', "javascript:selfWin('http://www.geovar.com/dmc.htm')", {'tw':'_self'}],
			['Landsat 1-7', "javascript:selfWin('http://www.geovar.com/landsat.htm')", {'tw':'_self'}],
			['Landsat 8 (LDCM)', "javascript:selfWin('http://www.geovar.com/ldcm.htm')", {'tw':'_self'}],
		],
		['Aerial Remote Sensing', "javascript:selfWin('http://www.geovar.com/aerial_remote_sensing.htm')", {'tw':'_self'}],
		['Topographic Surface Models', "javascript:selfWin('http://www.geovar.com/digital_elevation_models.htm')", {'tw':'_self'}],
	],
      [' Services', null, null,
		['Surveying and Mapping', null, null,
			['Oblique Aerial Photography', "javascript:selfWin('http://www.geovar.com/oapgis.htm')", {'tw':'_self'}],
			['Marine Ecology Management', "javascript:selfWin('http://www.geovar.com/marine_ecology_mapping.htm')", {'tw':'_self'}],
			['Infrastructure Corridors', "javascript:selfWin('http://www.geovar.com/corridor_mapping.htm')", {'tw':'_self'}],
			['Geologic Structure Models', "javascript:selfWin('http://www.geovar.com/sub-surface_modeling.htm')", {'tw':'_self'}],
			['Tropical Upland Agriculture', "javascript:selfWin('http://www.geovar.com/tropical_upland_agriculture.htm')", {'tw':'_self'}],
		],
		['Image Processing', null, null,
			['Geo-Referencing', "javascript:selfWin('http://www.geovar.com/orthorectification.htm')", {'tw':'_self'}],
			['Information Extraction', "javascript:selfWin('http://www.geovar.com/thematic_imagery.htm')", {'tw':'_self'}],
		],
		['Product Development', null, null,
			['Thematic Feature Layers', "javascript:selfWin('http://www.geovar.com/feature_layers.htm')", {'tw':'_self'}],
			['Surface Modeling', "javascript:selfWin('http://www.geovar.com/surface_modeling.htm')", {'tw':'_self'}],
			['Cartography', "javascript:selfWin('http://www.geovar.com/cartographic_products.htm')", {'tw':'_self'}],
			['Customized GIS', "javascript:selfWin('http://www.geovar.com/oapgis.htm')", {'tw':'_self'}],
		],
		['Product Examples', null, null,
			['Automated Map Server', "javascript:selfWin('http://www.geovar.com/custom_automated_mapserver.htm')", {'tw':'_self'}],
			['Sub-Surface Modeling', "javascript:selfWin('http://www.geovar.com/sub-surface_modeling.htm')", {'tw':'_self'}],
			['Data Interpolation', "javascript:selfWin('http://www.geovar.com/interpolation.htm')", {'tw':'_self'}],
			['Data Compilation', "javascript:selfWin('http://www.geovar.com/compilation.htm')", {'tw':'_self'}],
		],
		['Business Applications', "javascript:selfWin('http://www.geovar.com/business_applications.htm')", {'tw':'_self'}],
	],
      [' Business', null, null,
		['General Price Information', "javascript:selfWin('http://www.geovar.com/pricing.htm')", {'tw':'_self'}],
		['Request for Quotation', "javascript:selfWin('http://www.geovar.com/inquiries/specific.htm')", {'tw':'_self'}],
		['Payment Methods', "javascript:selfWin('http://www.geovar.com/payment/methods.htm')", {'tw':'_self'}],
	],
	[' Inquiries', null, null,
		['Product Information', "javascript:selfWin('http://www.geovar.com/inquiries/specific.htm')", {'tw':'_self'}],
		['Contact Us', "javascript:selfWin('http://www.geovar.com/inquiries/contact.htm')", {'tw':'_self'}],
	],
	[' About', null, null,
		['Company Profile', "javascript:selfWin('http://www.geovar.com/about/profile.htm')", {'tw':'_self'}],
		['Terms of Website Usage', "javascript:selfWin('http://www.geovar.com/about/terms.htm')", {'tw':'_self'}],
	],
];

function selfWin(url, name) {
	window.open(url,(name ? name : '_self'),'');
}
