
	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#000000';			// Background color when mouse is not over
	var LowSubBgColor='#ffffff';			// Background color when mouse is not over on subs
	var HighBgColor='#800000';			// Background color when mouse is over
	var HighSubBgColor='#800000';			// Background color when mouse is over on subs
	var FontLowColor='ffffff';			// Font color when mouse is not over
	var FontSubLowColor='#000000';			// Font color subs when mouse is not over
	var FontHighColor='ffffff';			// Font color when mouse is over
	var FontSubHighColor='ffffff';			// Font color subs when mouse is over
	var BorderColor='#ffffff';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// 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='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=150;				// Menu offset x coordinate
	var StartLeft=180;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=-150;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='space';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='space';				// 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=0;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',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("Home","","",3,20,100);
Menu1_1=new Array("About Us","index.htm","",0,20,118);
Menu1_2=new Array("Location","location.htm","",0);	
Menu1_3=new Array("Quality Policy","qualityPolicy.htm","",0);	


Menu2=new Array("Rentals","","",4);
	
Menu2_1=new Array("Test Guages","testGauges.htm","",0,20,118);
Menu2_2=new Array("Dead Weights","deadWeights.htm","",0);	
Menu2_3=new Array("Recorders","recorders.htm","",0);		
Menu2_4=new Array("Additional Rentals","AddRentals.htm","",0);

		
Menu3=new Array("Products","","",7);	

Menu3_1=new Array("Reconditioned Equipment","","",11,20,250);
	Menu3_1_1=new Array("William Chemical Pumps","wcPumps.htm","",0,20,200);
	Menu3_1_2=new Array("Barton Recorders","bartonRecorders.htm","",0);
	Menu3_1_3=new Array("Kimray Glycol Pumps","kgPumps.htm","",0);
	Menu3_1_4=new Array("Kimray Back Pressure Controllers","kbpValves.htm","",0);	
	Menu3_1_5=new Array("4150 Fisher Pressure Controllers","fpControllers.htm","",0);
	Menu3_1_6=new Array("Regulators","regulators.htm","",0);
	Menu3_1_7=new Array("Fisher D-Body","fdBody.htm","",0);
	Menu3_1_8=new Array("Floco Fluid Meters","ffMeters.htm","",0);	
	Menu3_1_10=new Array("Transmitters","Transmitters.htm","",0);
	Menu3_1_9=new Array("Flow Meters","flowMeters.htm","",0);
	Menu3_1_11=new Array("Chemical Pumps","ChemicalPumps.htm","",0);
Menu3_2=new Array("Regulators","","",2);
	Menu3_2_1=new Array("Fisher","fisherReg.htm","",0,20,118);
	Menu3_2_2=new Array("Kimray","kimrayReg.htm","",0);
Menu3_3=new Array("Control Valves/Automation/Actuators","controlValves.htm","",0);
Menu3_4=new Array("Burner Products","","",4);
	Menu3_4_1=new Array("Electric Hand Ignitors","eIgnitors.htm","",0,20,200);
	Menu3_4_2=new Array("Propane Hand Ignitors","pIgnitors.htm","",0);
	Menu3_4_3=new Array("Burner Management Systems","bmSystems.htm","",0);
	Menu3_4_4=new Array("Low Pressure Tank Burners","lpBurners.htm","",0);	
Menu3_5=new Array("Coil Tubing Unit/Flushby Products","","",3);
	Menu3_5_1=new Array("Depth Meters","depthMeters.htm","",0,20,200);
	Menu3_5_2=new Array("Weight Indicators","wIndicators.htm","",0);
	Menu3_5_3=new Array("Pressure Guages","pressureGuages.htm","",0);
Menu3_6=new Array("Safety Relief Valves","","",5);
	Menu3_6_1=new Array("Farris","farris.htm","",0,20,200);
	Menu3_6_2=new Array("Taylor","taylot.htm","",0);
	Menu3_6_3=new Array("Mercer","Mercer.htm","",0);
	Menu3_6_4=new Array("Consolidated","consolidated.htm","",0);
	Menu3_6_5=new Array("Conbraco","conbraco.htm","",0);
Menu3_7=new Array("Callout Units","calloutUnits.htm","",0);




Menu4=new Array("Services","","",5);
Menu4_1=new Array("Industrial Instrumentation","","",0,20,200);
Menu4_2=new Array("Electrical Contracting","","",0);	
Menu4_3=new Array("Construction","","",0);	
Menu4_4=new Array("Consulting","","",0);	
Menu4_5=new Array("Meter Proving","","",0);	


Menu5=new Array("Valve Repair","","",3);
Menu5_1=new Array("API Gate Valves/Maintenance","APIGate.htm","",0,20,200);
Menu5_2=new Array("Control Valves","control.htm","",0);	
Menu5_3=new Array("Relief Valves","relief.htm","",0);	


Menu6=new Array("Contact Us","mailto:info@guestcontrols.com","",0);