/* fw_menu for main_e.shtml */

//	function Menu( menu_label, menu_width, menu_item_height, font_family, font_size, font_color, font_color_hilite, bgcolor, bgcolor_hilite, frame_color, border_color )
//	function FW_showMenu( menu_handler, position_x, position_y )

function	fwLoadMenus() {
	fs = ( navigator.appVersion.indexOf( "Mac" ) > -1 ) ? 11 : 11;
	
	if ( window.fw_gnav1 ) return;	// About MOL
	window.fw_gnav1 = new Menu( "gnav1", 230, 17, "Arial, Helvetica, Verdana, sans-serif", fs, "#666666", "#FFFFFF", "#FFFFFF", "#527CFB", "#527CFB", "#0033FF" );
	fw_gnav1.addMenuItem( "Corporate Profile",									"top.location='../aboutmol-e/profile.html';" );
	fw_gnav1.addMenuItem( "Corporate Principles",								"top.location='../aboutmol-e/principle.html';" );
	fw_gnav1.addMenuItem( "Corporate Governance",								"top.location='../aboutmol-e/governance.html';" );
	fw_gnav1.addMenuItem( "Compliance",										"top.location='../compliance-e/index.html';" );
	fw_gnav1.addMenuItem( "Management Information",							"top.location='../aboutmol-e/management.html';" );
	fw_gnav1.addMenuItem( "Directors, Auditors and Executive Officers",				"top.location='../aboutmol-e/executive.html';" );
	fw_gnav1.addMenuItem( "Organization",										"top.location='../aboutmol-e/organization.html';" );
	fw_gnav1.addMenuItem( "Network",											"top.location='../aboutmol-e/network.html';" );
	fw_gnav1.addMenuItem( "History",											"top.location='../aboutmol-e/history.html';" );
	fw_gnav1.hideOnMouseOut = true;
	
	if ( window.fw_gnav2 ) return;	// Mol Services
	window.fw_gnav2 = new Menu( "gnav2", 210, 17, "Arial, Helvetica, Verdana, sans-serif", fs, "#666666", "#FFFFFF", "#FFFFFF", "#527CFB", "#527CFB", "#0033FF" );
	fw_gnav2.addMenuItem( "Bulk Carriers",										"top.location='../services-e/bulkshipping.html';" );
	fw_gnav2.addMenuItem( "Tankers",											"top.location='../services-e/tanker.html';" );
	fw_gnav2.addMenuItem( "LNG Carriers",										"top.location='../services-e/lngcarrier.html';" );
	fw_gnav2.addMenuItem( "Car Carriers",										"top.location='../services-e/carcarrier.html';" );
	fw_gnav2.addMenuItem( "Containerships",											"top.location='../services-e/container.html';" );
	fw_gnav2.addMenuItem( "Logistics",									"top.location='../services-e/logistics.html';" );
	fw_gnav2.addMenuItem( "Ferries and Coastal Liners",					"top.location='../services-e/domestic.html';" );
	fw_gnav2.addMenuItem( "Cruise Ships",										"top.location='../services-e/cruise.html';" );
	fw_gnav2.addMenuItem( "Associated Businesses",								"top.location='../services-e/otherrelated.html';" );
	fw_gnav2.hideOnMouseOut = true;
	
	// CSR/Environment (linked)
	
	// Investor Relations (linked)
	
	// Press Release
	
	// MOL Group
	
	if ( window.fw_gnav7 ) return;	// MOL Seafarer
	window.fw_gnav7 = new Menu( "gnav7", 150, 17, "Arial, Helvetica, Verdana, sans-serif", fs, "#666666", "#FFFFFF", "#FFFFFF", "#527CFB", "#527CFB", "#0033FF" );
	fw_gnav7.addMenuItem( "Career at Sea",							"top.location='../careeratsea/index.html';" );
	fw_gnav7.addMenuItem( "MOL Training Center",					"top.location='../mtc/index.html';" );
	fw_gnav7.hideOnMouseOut = true;
	
	// Shipping Research (linked)
	
	fw_gnav2.writeMenus();
}

function MM_openBrWindow( theURL, winName, features ) {	//v2.0
	window.open( theURL, winName, features );
}
