	var LowBgColor='#503520';			// Background color when mouse is not over
	var LowSubBgColor='#503520';			// Background color when mouse is not over on subs
	var HighBgColor='#E59336';			// Background color when mouse is over CC8331
	var HighSubBgColor='#E59336';			// 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='#000000';			// Font color when mouse is over
	var FontSubHighColor='#000000';			// Font color subs when mouse is over
	var BorderColor='#503520';			// Border color
	var BorderSubColor='#000000';			// 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=11;				// Font size menu items
	var SubFontSize=9;
	var FontBold=1;				// Bold menu items 1 or 0
	var SubFontBold=0;
	var FontItalic=0;				// Italic menu items 1 or 0
	var MainMenuTextCentered='center';			// Menu horizontal position 'left', 'center' or 'right'
	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=-12;				// Menu offset x coordinate
	var StartLeft=41;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=2;				// 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=800;			// 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=['/img/navmenu/tri.gif',5,10,'',0,0,'/img/navmenu/trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

var NoOffFirstLineMenus=5;			// Number of first level items
var defHeight = 22;
var subDefHeight = 19;

// 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("Fabricated Metals",'/fab/index.html',"",12,defHeight,160);
	Menu1_1=new Array('Bezel Strip & Cloisonne','/fab/bezel.html',"",0,subDefHeight,160);
	Menu1_2=new Array('Bullion','/fab/bullion.html',"",0);
	Menu1_3=new Array('Casting Grain','/fab/grain.html',"",0);
	Menu1_4=new Array('Discs','/fab/discs.html',"",0);
	Menu1_5=new Array('Flat Wire','/fab/flatwire.html',"",0);
	Menu1_6=new Array('Half-Round Wire','/fab/halfround.html',"",0);
	Menu1_7=new Array('Round Wire','/fab/round.html',"",0);
	Menu1_8=new Array('Sheet','/fab/flatsheet.html',"",0);
	Menu1_9=new Array('Solders','/fab/solder.html',"",0);
	Menu1_10=new Array('Special Silver Products','/fab/addsilver.html',"",0);
	Menu1_11=new Array('Square Wire','/fab/squarewire.html',"",0);
	Menu1_12=new Array('Tubing','/fab/tube.html',"",0);
	//Menu1_13=new Array('Pricing Schedules','/fab/pricing.html',"",0);

Menu2=new Array("Refining Service", '/refine/index.html',"",2,defHeight,150);
	Menu2_1=new Array('Services Provided','/refine/procedure.html',"",0,subDefHeight,150);
	Menu2_2=new Array('Packaging Scrap','/refine/packaging.html',"",0);
	//Menu2_3=new Array('Rates & Turn Around','/refine/rates.html',"",0);
	//Menu2_4=new Array('Return Charges','/refine/charges.html',"",0);

Menu3=new Array("How to Order",'/order/index.html',"",0,defHeight,130);

Menu4=new Array("Our Company",'/company/index.html',"",0,defHeight,135);

Menu5=new Array("Reference", '',"",14,defHeight,105);
	Menu5_1=new Array('Avoirdupois to Troy','/reference/avoirdupois.html',"",0,subDefHeight,196);
	Menu5_2=new Array('Casting Tips','/reference/casting.html',"",0);
	Menu5_3=new Array('Circumference & Areas','/reference/circumference.html',"",0);
	Menu5_4=new Array('Comparative Weights','/reference/weight.html',"",0);
	Menu5_5=new Array('Download Catalog','/reference/catalog.pdf',"_blank",0);
	Menu5_6=new Array('Fraction & Gauge Equivalents','/reference/fractions.html',"",0);
	Menu5_7=new Array('Material Safety Data Sheets','/reference/msds.html',"",0);
	Menu5_8=new Array('Order Form','/order/HMorderform.pdf',"",0);
	Menu5_9=new Array('Refine Form','/refine/HMrefineform.pdf',"",0);
	Menu5_10=new Array('Ring Blanks','/reference/ringblanks.html',"",0);
	Menu5_11=new Array('Specific Gravity & Melting Point','/reference/melting.html',"",0);
	Menu5_12=new Array('Solder Safety','/reference/soldersafety.html',"",0);
	Menu5_13=new Array('Solder Tips','/reference/solder.html',"",0);
	Menu5_14=new Array('Weight Conversion','/reference/conversion.html',"",0);


