

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='ffffff';			// Background color when mouse is not over
	var LowSubBgColor='ffffff';			// Background color when mouse is not over on subs
	var HighBgColor='cccccc';			// Background color when mouse is over
	var HighSubBgColor='cccccc';			// Background color when mouse is over on subs
	var FontLowColor='333333';			// Font color when mouse is not over
	var FontSubLowColor='333333';			// Font color subs when mouse is not over
	var FontHighColor='333399';			// Font color when mouse is over
	var FontSubHighColor='333399';			// Font color subs when mouse is over
	var BorderColor='cccccc';			// Border color
	var BorderSubColor='cccccc';			// 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=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=0;				// horizontal overlap child/ parent...  default was .2
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent...  default was .2
	var StartTop=125;				// Menu offset x coordinate
	var StartLeft=9;				// 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=1000;			// 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=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=['images/arrow.gif',4,8,'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("Pipe Bending","","",3,20,175);
	Menu1_1=new Array("Hydraulic Benders","pbe/pbemain.htm","",0,20,150);	
	Menu1_2=new Array("Bend Sets","pbe/pbsd.htm","",0);
	Menu1_3=new Array("Mandrels","pbe/phwm.htm","",0);

Menu2=new Array("Line Up Clamps","","",2);
	Menu2_1=new Array("Internal","luc/lucmain.htm","",0,20,150);
	Menu2_2=new Array("External","luc/elc.htm","",0);
	
Menu3=new Array("Pipe Handling","","",4);
	Menu3_1=new Array("Rolli Cradles","phe/phemain.htm","",0,20,180);
	Menu3_2=new Array("Auto Release Tongs","phe/art.htm","",0);
	Menu3_3=new Array("LoweringIn Belts","phe/lib.htm","",0);
	Menu3_4=new Array("Choker Slings","phe/choker.htm","",0);

Menu4=new Array("Cutting / Welding","","",4);
	Menu4_1=new Array("Pipe Facing","cwe/pfm.htm","",0,20,140);
	Menu4_2=new Array("Bevelling Bands","cwe/cwemain.htm","",0,20,140);
	Menu4_3=new Array("Mathey Dearman","cwe/mathey.htm","",0,20,140);
	Menu4_4=new Array("Bug Bands","cwe/bugbands.htm","",0,20,140);
	
Menu5=new Array("Boring Machines","misc/boring.htm","",0);

Menu6=new Array("Pipelayers","pipelayer/plmain.htm","",16);
	Menu6_1=new Array("561 C","pipelayer/561c.htm","",0,20,140);
	Menu6_2=new Array("561 D","pipelayer/561d.htm","",0,20,140);
	Menu6_3=new Array("561 H","pipelayer/561h.htm","",0,20,140);
	Menu6_4=new Array("561 M","pipelayer/561m.htm","",0,20,140);
	Menu6_5=new Array("571 A","pipelayer/571a.htm","",0,20,140);
	Menu6_6=new Array("571 F","pipelayer/571f.htm","",0,20,140);
	Menu6_7=new Array("571 G","pipelayer/571g.htm","",0,20,140);
	Menu6_8=new Array("572 C","pipelayer/572c.htm","",0,20,140);
	Menu6_9=new Array("572 E","pipelayer/572e.htm","",0,20,140);
	Menu6_10=new Array("572 F","pipelayer/572f.htm","",0,20,140);
	Menu6_11=new Array("572 G","pipelayer/572g.htm","",0,20,140);
	Menu6_12=new Array("583 H","pipelayer/583h.htm","",0,20,140);
	Menu6_13=new Array("583 K","pipelayer/583k.htm","",0,20,140);
	Menu6_14=new Array("583 R","pipelayer/583r.htm","",0,20,140);
	Menu6_15=new Array("594 G","pipelayer/594g.htm","",0,20,140);
	Menu6_16=new Array("594 H","pipelayer/594h.htm","",0,20,140);

Menu7=new Array("Miscellaneous","","",6);
	Menu7_1=new Array("Ditch Pumps","misc/miscmain.htm","",0,20,140);
	Menu7_2=new Array("SPY Detectors","misc/detectors.htm","",0,20,140);
	Menu7_3=new Array("Pipe Rollers","misc/rollers.htm","",0,20,140);
	Menu7_4=new Array("Air Compressor","misc/compressor.htm","",0,20,140);
	Menu7_5=new Array("Other","misc/other.htm","",0,20,140);
	Menu7_6=new Array("Welding Blankets","misc/blankets.htm","",0,20,140);
	
Menu8=new Array("Used Equipment","usedequip.htm","",0);	