 	var NoOffFirstLineMenus=12;			// Number of first level items
	var LowBgColor='#3E4D9A';				// Background color when mouse is not over
	var HighBgColor='#C0C0C0';			// Background color when mouse is over
	var LowSubBgColor='#3E4D9A';			// Background color when mouse is not over on subs
	var HighSubBgColor='#C0C0C0';		// 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='blue';			// Font color when mouse is over
	var FontSubHighColor='blue';		// Font color subs when mouse is over

	var BorderColor='black';			// Border color
	var BorderSubColor='gray';			// Border color for subs
	var BorderWidth=1;					// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0

	var FontFamily="Verdana"	// Font family menu items
	var FontSize=9;						// Font size menu items
	var FontBold=0;						// Bold menu items 1 or 0
	var FontItalic=0;					// Italic menu items 1 or 0
	var MenuTextCentered='center';		// 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=-.01;					// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	//JAC for 9 levels var StartTop=-99;					// Menu offset x coordinate
	//JAC for 8 levels var StartTop=-110;					// Menu offset x coordinate
	var StartTop=95;					// 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=3;					// Left padding
	var TopPaddng=2;					// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=750;				// 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='';					// span id for relative positioning
	var HideTop=1;						// Hide first level when loading new document 1 or 0
	var MenuWrap=0;						// 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=['/images/clear.gif',5,10,'/images/clear.gif',10,5,'/images/clear.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(Title, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Title" to:  "rollover:Image1.jpg:Image2.jpg"
setheight=20;
setwidth=160;
Menu1=new Array("Cochran Products","/computers/index.html","",4,setheight,setwidth);
	Menu1_1=new Array("Dive Computers","/computers/index.html","",6,20,150);
	Menu1_2=new Array("Analyst Software","/software/index.html","",2);
	Menu1_3=new Array("Digital Instruments","/digital_instruments/ddr/index.html","",3);
	Menu1_4=new Array("Analog Instruments","/analog_instruments/index.htm","",2);
	
		Menu1_1_1=new Array("EMC-20H","/computers/EMC-20H/index.html","",0,20,125);
		Menu1_1_2=new Array("EMC-20H LOW MU ","/computers/EMC-20H_LM/index.html","",0,20,125);
		Menu1_1_3=new Array("EMC-16","/computers/EMC-16/index.html","",0,20,125);
		Menu1_1_4=new Array("EMC-14","/computers/EMC-14/index.html","",0,20,125);
		Menu1_1_5=new Array("GEMINI","/computers/Gemini/index.html","",0,20,125);
		Menu1_1_6=new Array("Navy","/computers/Navy/index.html","",0,20,125);
		
		Menu1_2_1=new Array("Analyst 3.08","/software/index.html","",0,20,125);
		Menu1_2_2=new Array("Analyst 4.01","/software/index.html","",0,20,125);
		
		Menu1_3_1=new Array("DDRs","/digital_instruments/ddr/index.html","",0,20,125);
		Menu1_3_2=new Array("Depth Gauge","/digital_instruments/depthgauge/index.html","",0,20,125);
		Menu1_3_3=new Array("Navy EOD","/digital_instruments/navyeod/index.html","",0,20,125);
		
		Menu1_4_1=new Array("Consoles","/analog_instruments/consoles/index.htm","",0,20,125);
		Menu1_4_2=new Array("Gauges","/analog_instruments/gauges/index.htm","",0,20,125);

Menu2=new Array("Product Comparisons","","",3,setheight,setwidth);
	Menu2_1=new Array("EMC-20H","/computers/EMC-20H/comparisons.html","",0,20,200);
	Menu2_2=new Array("EMC 16","/computers/EMC-16/comparisons.html","",0);
	Menu2_3=new Array("Gemini","/computers/Gemini/comparisons.html","",0);
	
Menu3=new Array("Dealer Locator","/dealers/index.html","",0,setheight,setwidth);

Menu4=new Array("Order","/shopping","",0,setheight,setwidth);

Menu5=new Array("Online Forms","/support/forms_online.html","",0,setheight,setwidth);
	
Menu6=new Array("Downloads","/support/index_downloads.html","",0,setheight,setwidth);

Menu7=new Array("Product Registration","/productregistration/productregistration.aspx","",2,setheight,setwidth);
	Menu7_1=new Array("Product Registration","/productregistration/productregistration.aspx","",0,20,200);
	Menu7_2=new Array("Analyst Activation","/analystregistration/analystregistration.aspx","",2);

	Menu7_2_1=new Array("Consumer","/analystregistration/analystregistration.aspx","",0,20,200);
	Menu7_2_2=new Array("Dealer","/dealeranalystregistration/dealeranalystregistration.aspx","",0);

Menu8=new Array("FAQs","/faqs/faqs.aspx","",3,setheight,setwidth);
	Menu8_1=new Array("Analyst","/faqs/analyst.aspx","",0,20,200);
	Menu8_2=new Array("EMC Family","/faqs/commander.aspx","",0);
	Menu8_3=new Array("Gemini","/faqs/gemini.aspx","",0);

Menu9=new Array("Customer Support","/support/index.html","",3,setheight,setwidth);
	Menu9_1=new Array("Product Warranties","/support/warranty_stmt.html","",0,20,200);
	Menu9_2=new Array("Return Polices","/support/return_polices.html","",0);
	Menu9_3=new Array("How to get an RMA Number","/support/RMA_Instructions.html","",0);	

Menu10=new Array("Sales Professionals","/dealers/index.html","",2,setheight,setwidth);
	Menu10_1=new Array("North America","/dealers/salesreps.html","",0,20,150);
	Menu10_2=new Array("Rest of the World","/dealers/intl_distributors.htm","",0);
	
Menu11=new Array("Cochran Press Releases","/press_clippings/index.html","",0,setheight,setwidth);
	
Menu12=new Array("In Response To:","","",1,setheight,setwidth);
	Menu12_1=new Array("Bikini Atoll","/bikini/index.htm","",0,20,150);
	Menu12_2=new Array("Rest of the World","/dealers/intl_distributors.htm","",0);