	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='#336699';			// Background color when mouse is not over
	var LowSubBgColor='#336699';			// Background color when mouse is not over on subs
	var HighBgColor='#669933';			// Background color when mouse is over
	var HighSubBgColor='#669933';			// Background color when mouse is over on subs
	var FontLowColor='#FFFFFF';			// Font color when mouse is not over
	var FontSubLowColor='#FFFFFF';			// Font color subs when mouse is not over
	var FontHighColor='#990000';			// Font color when mouse is over
	var FontSubHighColor='#990000';			// Font color subs when mouse is over
	var BorderColor='#C5BBD4';			// Border color
	var BorderSubColor='#C5BBD4';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Verdana, Arial, Helvetica, sans-serif"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=0;				// 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='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap='';				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.05;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1250;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='MenuPos';				// 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=['tri.gif',5,9,'',10,5,'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("TextToShow","Link","BgImage",NoOfSubs,Height,Width,BgColor,BgHiColor,FontColor,FontHiColor,BorderColor);

Menu1=new Array("Home","/index.php","",0,20,80);

Menu2=new Array("About Us","/aboutus.php","",2,20,100);
	Menu2_1=new Array("About Leviathan Marine","/aboutus.php","",0,20,200);
	Menu2_2=new Array("Meet Our Team","/team.php","",0);

Menu3=new Array("Engineering","/engineering/index.php","",6,20,120);
	Menu3_1=new Array("Marine Engineering Services","/engineering/index.php","",0,20,220);
	Menu3_2=new Array("Engineering Technical Papers","/engineering/diesel_emissions.php","",0);
	Menu3_3=new Array("Engine Rebuilding","/engineering/engines/index.php","",0);
	Menu3_4=new Array("Marine Exhausts","/engineering/exhausts/index.php","",0);
	Menu3_5=new Array("Bow Thrusters","/engineering/bowthruster/index.php","",2);
			Menu3_5_1=new Array("Chantella","/engineering/bowthruster/chantella/chantella.php","",0,20,100);
			Menu3_5_2=new Array("Lewmar","/engineering/bowthruster/lewmar/lewmar.php","",0,20,100);
	Menu3_6=new Array("Generators","/engineering/generator/index.php","",0);

Menu4=new Array("Products","/products/index.php","",12,20,100);
	Menu4_1=new Array("Products Directory","/products/index.php","",0,20,220);
	Menu4_2=new Array("Suppression Elements","/products/suppression_elements/cathelco.php","",1,20,150,'white','','white','#00CCCC');
			Menu4_2_1=new Array("Cathelco","/products/suppression_elements/cathelco.php","",0,20,150,'white','','white','#00CCCC');
	Menu4_3=new Array("Electrical Equipment","/products/electrical_equipment/index.php","",8);
			Menu4_3_1=new Array("Bosch","/products/electrical_equipment/index.php#bosch","",0,20,150);
			Menu4_3_2=new Array("Fulmen","/products/electrical_equipment/index.php#fulmen","",0);
			Menu4_3_3=new Array("Legrand","/products/electrical_equipment/index.php#legrand","",0);
			Menu4_3_4=new Array("Leroy Somer","/products/electrical_equipment/index.php#leroysomer","",0);
			Menu4_3_5=new Array("Mastervolt","/products/electrical_equipment/mastervolt.php","",0);
			Menu4_3_6=new Array("Merlin Gerin","/products/electrical_equipment/index.php#merlingerin","",0);
			Menu4_3_7=new Array("TeleMecanique","/products/electrical_equipment/index.php#telemecanique","",0);
			Menu4_3_8=new Array("Victron","/products/electrical_equipment/index.php#victron","",0);
	Menu4_4=new Array("Engines","/products/engines/index.php","",9);
			Menu4_4_1=new Array("Caterpillar","/products/engines/caterpillar.php","",0,20,150);
			Menu4_4_2=new Array("Cummins","/products/engines/cummins.php","",0);
			Menu4_4_3=new Array("Detroit Diesel","/products/engines/detroit_diesel.php","",0);
			Menu4_4_4=new Array("John Deere","/products/engines/john_deere.php","",0);
			Menu4_4_5=new Array("Komatsu","/products/engines/komatsu.php","",0);
			Menu4_4_6=new Array("Perkins SABRE","/products/engines/perkins_sabre.php","",0);
			Menu4_4_7=new Array("Scania","/products/engines/scania.php","",0);
			Menu4_4_8=new Array("Volvo-Penta","/products/engines/volvo_penta.php","",0);
			Menu4_4_9=new Array("Yanmar","/products/engines/yanmar.php","",0);
	Menu4_5=new Array("Marine Exhaust Systems","/products/exhaust_systems/index.php","",1);
			Menu4_5_1=new Array("Halyard","/products/exhaust_systems/index.php","",0,20,150);
	Menu4_6=new Array("Filtration Systems","/products/filtration_systems/index.php","",3,20,180);
			Menu4_6_1=new Array("Fleetguard","/products/filtration_systems/fleetguard.php","",0,20,150);
			Menu4_6_2=new Array("Racor","/products/filtration_systems/racor.php","",0);
			Menu4_6_3=new Array("Wavestream","/products/filtration_systems/wavestream.php","",0);
	Menu4_7=new Array("Generators","/products/generators/index.php","",2)
			Menu4_7_1=new Array("Onan","/products/generators/onan.php","",0,20,150);
			Menu4_7_2=new Array("Kohler","/products/generators/kohler.php","",0);
	Menu4_8=new Array("Lubricants","/products/lubricants/index.php","",0);			
	Menu4_9=new Array("Instrumentation","/products/instrumentation/index.php","",4);
			Menu4_9_1=new Array("Kobold","/products/instrumentation/kobold.php","",0,20,150);
			Menu4_9_2=new Array("Murphy","/products/instrumentation/index.php#murphy","",0);
			Menu4_9_3=new Array("VDO","/products/instrumentation/vdo.php","",0);
			Menu4_9_4=new Array("Wika","/products/instrumentation/wika.php","",0);
	Menu4_10=new Array("Pumps & Spares","/products/pumps_and_spares/index.php","",1);
			Menu4_10_1=new Array("Garbarino","/products/pumps_and_spares/garbarino.php","",0,20,180);			
	Menu4_11=new Array("Tools","/products/tools/index.php","",0);
			Menu4_11_1=new Array("Bahco","/products/tools/bahco.php","",0,20,150);
			Menu4_11_2=new Array("Facom","/products/tools/index.php","",0);
			Menu4_11_3=new Array("Raytek & Pecorari","/products/tools/index.php","",0);
			Menu4_11_4=new Array("SnapOn","/products/tools/index.php","",0);
	Menu4_12=new Array("Water Treatment & Evacuation","/products/water_treatment_evacuation/index.php","",0);
			Menu4_12_1=new Array("Evac","/products/water_treatment_evacuation/index.php","",0,20,150);
			Menu4_12_2=new Array("Headhunter","/products/water_treatment_evacuation/index.php","",0);
			Menu4_12_3=new Array("Jabsco","/products/water_treatment_evacuation/index.php","",0);
			Menu4_12_4=new Array("Microphor","/products/water_treatment_evacuation/index.php","",0);
			Menu4_12_5=new Array("Sealand","/products/water_treatment_evacuation/index.php","",0);
Menu5=new Array("Contact Us","/contact.php","",1,20,120);
			Menu5_1=new Array("Location Map","/map.php","",0,20,120);