/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=4;			// Number of first level items
	var LowBgColor='#0096F0';			// Background color when mouse is not over
	var LowSubBgColor='#FF0000';			// Background color when mouse is not over on subs
	var HighBgColor='#0000BB';			// Background color when mouse is over
	var HighSubBgColor='#000099';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='yellow';			// Font color when mouse is over
	var FontSubHighColor='yellow';			// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=-.0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=142;				// Menu offset x coordinate
	var StartLeft=-254;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=10;				// Left padding
	var TopPaddng=5;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=250;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='topFrame';			// Frame where first level appears
	var SecLineFrame='mainFrame';			// Frame where sub levels appear
	var DocTargetFrame='mainFrame';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['jscripts/tri.gif',5,10,'jscripts/tridown.gif',10,5,'jscripts/trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("rollover:images/b_profile1.jpg:images/b_profile2.jpg","","",2,29,147);
	Menu1_1=new Array("Introduction","introduction.asp","",0,24,140);			
	Menu1_2=new Array("Professional Brief","brief.asp","",0);

Menu2=new Array("rollover:images/b_services1.jpg:images/b_services2.jpg","","",8);
	Menu2_1=new Array("Load / Discharge","","",2,24,140);
	    Menu2_1_1=new Array("Liquid Bulk","liquid.asp","",0,24,140);			
	    Menu2_1_2=new Array("Dry Bulk","dry.asp","",0);						
	Menu2_2=new Array("Container Services","container.asp","",5);
	    Menu2_2_1=new Array("On-hire","container.asp#onhire","",0,24,180);			
	    Menu2_2_2=new Array("Off-hire","container.asp#offhire","",0);
		Menu2_2_3=new Array("Cargo Claim / Damage Survey","container.asp#cargo","",0);			
	    Menu2_2_4=new Array("Stuffing","container.asp#stuffing","",0);
		Menu2_2_5=new Array("Unstuffing","container.asp#unstuffing","",0);
	Menu2_3=new Array("Marine Services","marine.asp","",6);
	    Menu2_3_1=new Array("On / Off Hire","marine.asp#onoffhire","",0,24,140);			
	    Menu2_3_2=new Array("Bunker","marine.asp#bunker","",0);
		Menu2_3_3=new Array("Towing","marine.asp#towing","",0);			
	    Menu2_3_4=new Array("Draught","marine.asp#draught","",0);
		Menu2_3_5=new Array("Gas Freeing","marine.asp#gas","",0);
		Menu2_3_6=new Array("Holds Inspection","marine.asp#holds","",0);			
	Menu2_4=new Array("Loss Control","loss.asp","",0);
	Menu2_5=new Array("General Cargo","general.asp","",0);			
	Menu2_6=new Array("Cotton Inspection","","",2);
	    Menu2_6_1=new Array("Services","cotton_services.asp","",0,24,150);			
	    Menu2_6_2=new Array("Collateral Management","cotton_collateral.asp","",2);
		    Menu2_6_2_1=new Array("Warehouse","cotton_collateral.asp#warehousing","",0,24,140);			
	        Menu2_6_2_2=new Array("Trade","cotton_collateral.asp#trade","",0);
	Menu2_7=new Array("Automobile","automobile.asp","",0);			
	Menu2_8=new Array("Other Services","other.asp","",5);
	    Menu2_8_1=new Array("Surveys","other.asp#surveys","",0,24,140);			
	    Menu2_8_2=new Array("Appraisal","other.asp#appraisal","",0);
		Menu2_8_3=new Array("Consultant","other.asp#consultant","",0);			
	    Menu2_8_4=new Array("Commodity","other.asp#commodity","",0);
		Menu2_8_5=new Array("LPG","other.asp#lpg","",0);						

Menu3=new Array("rollover:images/b_clients1.jpg:images/b_clients2.jpg","","",2);
	Menu3_1=new Array("Local Major Clients","client_local.asp","",0,24,140);
	Menu3_2=new Array("Asia Pacific Region","client_asia.asp","",0);

Menu4=new Array("rollover:images/b_networks1.jpg:images/b_networks2.jpg","network.asp","",0);