

	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='#246494';			// Background color when mouse is not over
	var LowSubBgColor='#246494';			// Background color when mouse is not over on subs
	var HighBgColor='#FF9900';			// Background color when mouse is over
	var HighSubBgColor='#FF9900';			// 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='black';			// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='black';			// 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=9;				// 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=87;				// Menu offset x coordinate
	var StartLeft=240;				// 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=1;			// 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=['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","firstpage.htm","",0,29,98);

Menu2=new Array("Fasteners","fasteners_home.htm","",16);
	Menu2_1=new Array("Bolts","bolts.htm","",0,20,150);	
	Menu2_2=new Array("Setscrews","setscrews.htm","",0);
	Menu2_3=new Array("Nuts","nuts.htm","",0,20,150);	
	Menu2_4=new Array("Washers","washers.htm","",0);
	Menu2_5=new Array("Grubscrews","grubscrews.htm","",0,20,150);	
	Menu2_6=new Array("Button Head","buttonhead.htm","",0);
	Menu2_7=new Array("Socket Countersunk","socketcountersunk.htm","",0,20,150);	
	Menu2_8=new Array("Socket Capscrews","socketcapscrews.htm","",0);
	Menu2_9=new Array("U-Bolts","ubolts.htm","",0,20,150);
	Menu2_10=new Array("Screwed Rod","screwedrod.htm","",0,20,150);
	Menu2_11=new Array("Coach Screws","roofingbolts.htm","",0,20,150);
	Menu2_12=new Array("Machine Screws","machinescrews.htm","",0,20,150);
	Menu2_13=new Array("Dowel Pins","dowels.htm","",0,20,150);
	Menu2_14=new Array("Roll Pins","springpins.htm","",0,20,150);
	Menu2_15=new Array("Split Pins","splitpins.htm","",0,20,150);	
	Menu2_16=new Array("Slotted Pins","slottedpins.htm","",0,20,150);


Menu3=new Array("Studbolts","studbolts_home.htm","",0);


Menu4=new Array("Coatings","coatings_home.htm","",4);
	Menu4_1=new Array("Plated","plated.htm","",0,20,180);
	Menu4_2=new Array("Phosphate","phosphate.htm","",0);
	Menu4_3=new Array("Galvalite","galvalite.htm","",0);
	Menu4_4=new Array("Xylan","xylan.htm","",0);


Menu5=new Array("Contact","contact.htm","",0,29,96);
	
