/***********************************************************************************
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor= "#074b88";			// Background color when mouse is not over
	var LowSubBgColor="#0099cc";			// Background color when mouse is not over on subs
	var HighBgColor="#1B9CF7";			// Background color when mouse is over
	var HighSubBgColor="#1B9CF7";			// 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='#ffffff';			// Font color when mouse is over
	var FontSubHighColor='#ffffff';			// Font color subs when mouse is over
	var BorderColor='#ffffff';			// Border color
	var BorderSubColor='#ffffff';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="tahoma"	// Font family menu items century gothic
	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='center';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// 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=90;				// Menu offset x coordinate NAN:1
	var StartLeft=1;				// Menu offset y coordinate NAN:1
	var VerCorrect=1;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction NAN: from 0 to 1
	var LeftPaddng=0;				// Left padding NAN 3
	var TopPaddng=3;				// 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=100;			// delay before menu folds in //NAN changed it from 100
	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 NAN: from 0 to 1
	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=['',5,10,'',10,5,'',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","javascript:top.location.href='index.html'","",0,20,94);

Menu2=new Array("Most Requested","javascript:parent.top.location.href='MostRequested.cfm'","",0,20,98);

Menu3=new Array("Products","#","",3);
	Menu3_1=new Array("Newport Brass                 ","javascript:top.location.href='http://www.newportbrass.com'","",0,18,320);
	Menu3_2=new Array("Brasstech","javascript:top.location.href='http://www.newportbrass.com/brscatalog/'","",0);
	Menu3_3=new Array("PlumbTrim","javascript:top.location.href='PlmIndex.cfm'","",0);

Menu4=new Array("Contact","#","",4);
	Menu4_1=new Array("Email","javascript:top.location.href='email.cfm'","",0,18,130);
	Menu4_2=new Array("Phone & Fax","javascript:top.location.href='phone.cfm'","",0);
	Menu4_3=new Array("Company Profile","javascript:top.location.href='profile.cfm'","",0);
	Menu4_4=new Array("Careers","javascript:top.location.href='Career.cfm'","",0);
	
Menu5=new Array("Sales","#","",2);
	Menu5_1=new Array("Representatives","javascript:top.location.href='http://www.newportbrass.com/where-to-buy/'","",0,18,130);
	Menu5_2=new Array("Distributors","javascript:top.location.href='http://www.newportbrass.com/where-to-buy/'","",0);
	
Menu6=new Array("Product Info","#","",9);
	Menu6_1=new Array("Pricing and UPC","javascript:top.location.href='#'","",0,18,250); ///old link was - Temp Removed - price.cfm
	Menu6_2=new Array("Technical Drawings (Acrobat Reader 7.0)","javascript:top.location.href='technicalDrawing.cfm'","",0);
	Menu6_3=new Array("Installation Instructions","javascript:top.location.href='installation.cfm'","",0);
	Menu6_4=new Array("Finish Care and Maintenance","javascript:top.location.href='FinishCareandMaintenance.cfm?hint=1'","",0);
	Menu6_5=new Array("Finishes","javascript:top.location.href='Finishes.cfm'","",0);
   Menu6_6=new Array("Warranty","javascript:top.location.href='Warranty.cfm'","",0);
   Menu6_7=new Array("Technical Manual","javascript:top.location.href='TechManual.cfm?sec=0'","",0);
	Menu6_8=new Array("Product Guide Documentation","javascript:top.location.href='ProductGuideDocuments.cfm'","",0);
	Menu6_9=new Array("Brasstech Map Policy","javascript:top.location.href='http://www.brasstech.com/mappolicy'","",0);

Menu7=new Array("ReadyShip","javascript:top.location.href='readyship.cfm'","",0,20,95);

//Menu8=new Array("Customer Login","javascript:top.location.href='http://10.1.1.12/awwebdev/login.asp'","",0,20,95);
Menu8=new Array("Search","javascript:top.location.href='Search2006.cfm'","",0,20,95);


