//<!--

var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#C0C0C1';			// Background color when mouse is not over
	var LowSubBgColor='#ffffff';			// Background color when mouse is not over on subs
	var HighBgColor='999999';			// Background color when mouse is over
	var HighSubBgColor='ffffff';			// Background color when mouse is over on subs
	
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='C0C0C1';			// Font color subs when mouse is not over
	var FontHighColor='ffffff';			// Font color when mouse is over
	var FontSubHighColor='9f9f9f';			// Font color subs when mouse is over
	var BorderColor='ffffff';			// Border color
	var BorderSubColor='C0C0C1';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana"	// 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='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=.0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.0;			// vertical overlap child/ parent
	
	var StartTop=70;				// Menu offset x coordinate
	var StartLeft=0;				// 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=1;				// 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=['/javascript/tri.gif',3,6,'/javascript/tridown.gif',4,2,'/javascript/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","http://www.lahardware.com/","",0,20,110);

Menu2=new Array("our products","","",4);
	Menu2_1=new Array("antique","","",6,20,124);
	Menu2_1_1=new Array("door","","",6,20,124);
	Menu2_1_1_1=new Array("iron & brass","/store/?cat1=antique&cat2=door&cat3=ironandbrass&tmpl=4","",0,20,124);
	Menu2_1_1_2=new Array("glass & porcelain","/store/?cat1=antique&cat2=door&cat3=glassandporcelain&tmpl=4","",0);
	Menu2_1_1_3=new Array("Schlage","/store/?cat1=antique&cat2=door&cat3=Schlage&tmpl=2","",0);
	Menu2_1_1_4=new Array("hinges","/store/?cat1=antique&cat2=door&cat3=hinges&tmpl=2","",0);
	Menu2_1_1_5=new Array("1970s","/store/?cat1=antique&cat2=door&cat3=1970s&tmpl=2","",0);
	Menu2_1_1_6=new Array("doorstops","/store/?cat1=antique&cat2=door&cat3=doorstops&tmpl=2","",0);
		
	Menu2_1_2=new Array("window","/store/?cat1=antique&cat2=window&tmpl=2","",0);
	Menu2_1_3=new Array("cabinet","/store/?cat1=antique&cat2=cabinet&tmpl=2","",7,20,124);
	Menu2_1_3_1=new Array("Chippendale","/store/?cat1=antique&cat2=cabinet&cat3=Chippendale&tmpl=2","",0,20,124);
	Menu2_1_3_2=new Array("plastic","/store/?cat1=antique&cat2=cabinet&cat3=plastic&tmpl=4","",0);
	Menu2_1_3_3=new Array("streamlined brass","/store/?cat1=antique&cat2=cabinet&cat3=streamlinedbrass&tmpl=2","",0);
	Menu2_1_3_4=new Array("Duncan Phyfe","/store/?cat1=antique&cat2=cabinet&cat3=DuncanPhyfe&tmpl=2","",0);
	Menu2_1_3_5=new Array("mid-century","/store/?cat1=antique&cat2=cabinet&cat3=midcentury&tmpl=2","",0);
	Menu2_1_3_6=new Array("bar pulls","/store/?cat1=antique&cat2=cabinet&cat3=barpulls&tmpl=2","",0);
	Menu2_1_3_7=new Array("glass","/store/?cat1=antique&cat2=cabinet&cat3=glass&tmpl=2","",0);
	Menu2_1_4=new Array("mail slots","/store/?cat1=antique&cat2=mailslots&tmpl=2","",0);
	Menu2_1_5=new Array("medicine chests","/store/?cat1=antique&cat2=medicinechests&tmpl=2","",0);
	Menu2_1_6=new Array("lighting","","",4,20,124);
	Menu2_1_6_1=new Array("porcelain sconces","/store/?cat1=antique&cat2=lighting&cat3=porcelainsconces&tmpl=2","",0,20,124);
	Menu2_1_6_2=new Array("iron & brass","/store/?cat1=antique&cat2=lighting&cat3=ironandbrass&tmpl=2","",0);
	Menu2_1_6_3=new Array("Danish","/store/?cat1=antique&cat2=lighting&cat3=Danish&tmpl=2","",0);
	Menu2_1_6_4=new Array("glass","/store/?cat1=antique&cat2=lighting&cat3=glass&tmpl=2","",0);
	
	Menu2_2=new Array("contemporary","","",7);
	Menu2_2_1=new Array("doorstops","/store/?cat1=contemporary&cat2=doorstops&tmpl=2","",0,20,150);
	Menu2_2_2=new Array("cabinet","/store/?cat1=contemporary&cat2=cabinet&tmpl=2","",9,20,150);
	Menu2_2_2_1=new Array("kids","/store/?cat1=contemporary&cat2=cabinet&cat3=kids&tmpl=2","",0,20,170);
	Menu2_2_2_2=new Array("Arts & Crafts","/store/?cat1=contemporary&cat2=cabinet&cat3=ArtsandCrafts&tmpl=2","",0);
	Menu2_2_2_3=new Array("Italian","/store/?cat1=contemporary&cat2=cabinet&cat3=Italian&tmpl=2","",0);
	Menu2_2_2_4=new Array("aluminum & wood","/store/?cat1=contemporary&cat2=cabinet&cat3=aluminumandwood&tmpl=2","",0);
	Menu2_2_2_5=new Array("streamlined","/store/?cat1=contemporary&cat2=cabinet&cat3=streamlined&tmpl=2","",0);
	Menu2_2_2_6=new Array("beach glass acrylic","/store/?cat1=contemporary&cat2=cabinet&cat3=beachglassacrylic&tmpl=2","",0);
	Menu2_2_2_7=new Array("cast brass","/store/?cat1=contemporary&cat2=cabinet&cat3=castbrass&tmpl=2","",0);
	Menu2_2_2_8=new Array("Bakelite","/store/?cat1=contemporary&cat2=cabinet&cat3=Bakelite&tmpl=2","",0);
	Menu2_2_2_9=new Array("wood","/store/?cat1=contemporary&cat2=cabinet&cat3=wood&tmpl=2","",0);
	Menu2_2_3=new Array("shelving","/store/?cat1=contemporary&cat2=shelving&tmpl=2","",0);
	Menu2_2_4=new Array("switchplates","/store/?cat1=contemporary&cat2=switchplates&tmpl=2","",0);
	Menu2_2_5=new Array("crystals","/store/?cat1=contemporary&cat2=crystals&tmpl=2","",0);

	Menu2_2_6=new Array("lighting","/store/?cat1=contemporary&cat2=lighting&tmpl=2","",2,20,120);
	Menu2_2_6_1=new Array("flush mounts","/store/?cat1=contemporary&cat2=lighting&cat3=flushmounts&tmpl=2","",0,20,120);
	Menu2_2_6_2=new Array("sconces","/store/?cat1=contemporary&cat2=lighting&cat3=sconces&tmpl=2","",0);
	Menu2_2_6_3=new Array("glass","/store/?cat1=contemporary&cat2=lighting&cat3=glass&tmpl=2","",0);
	Menu2_2_7=new Array("heat register covers","/store/?cat1=contemporary&cat2=registers&tmpl=2","",0);
	
	Menu2_3=new Array("reproduction","","",4,20,100);
	Menu2_3_1=new Array("door","","",2,20,105);
	Menu2_3_1_1=new Array("Revival Style","/store/?cat1=reproduction&cat2=door&cat3=RevivalStyle&tmpl=2","",0,20,120);
	Menu2_3_1_2=new Array("dragon","/store/?cat1=reproduction&cat2=door&cat3=dragon&tmpl=2","",0);
	Menu2_3_2=new Array("cabinet","","",2,20,135);
	Menu2_3_2_1=new Array("glass","/store/?cat1=reproduction&cat2=cabinet&cat3=glass&tmpl=2","",0,20,140);
	Menu2_3_2_2=new Array("Revival Style","/store/?cat1=reproduction&cat2=cabinet&cat3=revivalstyle&tmpl=2","",0,20,80);
	Menu2_3_3=new Array("lighting","","",2,20,105);
	Menu2_3_3_1=new Array("sconces","/store/?cat1=reproduction&cat2=lighting&cat3=sconces&tmpl=2","",0,20,120);
	Menu2_3_3_2=new Array("dragon","/store/?cat1=reproduction&cat2=lighting&cat3=dragon&tmpl=2","",0);
	
	Menu2_3_4=new Array("window","","",1,20,105);
	Menu2_3_4_1=new Array("revival style","/store/?cat1=reproduction&cat2=window&cat3=revivalstyle&tmpl=2","",0,20,120);
		
	Menu2_4=new Array("exclusive","","",7,20,125);
	Menu2_4_1=new Array("door","","",3,20,160);
	Menu2_4_1_1=new Array("doorstops","/store/?cat1=exclusive&cat2=door&cat3=doorstops&tmpl=2","",0,20,110);
	Menu2_4_1_2=new Array("Revival Style","/store/?cat1=exclusive&cat2=door&cat3=RevivalStyle&tmpl=2","",0);
	Menu2_4_1_3=new Array("dragon","/store/?cat1=exclusive&cat2=door&cat3=dragon&tmpl=2","",0);

	Menu2_4_2=new Array("cabinet","","",8,20,125);
	Menu2_4_2_1=new Array("kids","/store/?cat1=exclusive&cat2=cabinet&cat3=kids&tmpl=2","",0,20,140);
	Menu2_4_2_2=new Array("Arts & Crafts","/store/?cat1=exclusive&cat2=cabinet&cat3=ArtsandCrafts&tmpl=2","",0);
	Menu2_4_2_3=new Array("aluminum & wood","/store/?cat1=exclusive&cat2=cabinet&cat3=aluminumandwood&tmpl=2","",0);
	Menu2_4_2_4=new Array("beach glass acrylic","/store/?cat1=exclusive&cat2=cabinet&cat3=beachglassacrylic&tmpl=2","",0);
	Menu2_4_2_5=new Array("streamlined","/store/?cat1=exclusive&cat2=cabinet&cat3=streamlined&tmpl=2","",0);
	Menu2_4_2_6=new Array("Bakelite","/store/?cat1=exclusive&cat2=cabinet&cat3=Bakelite&tmpl=2","",0);
	Menu2_4_2_7=new Array("wood","/store/?cat1=exclusive&cat2=cabinet&cat3=wood&tmpl=2","",0);
	Menu2_4_2_8=new Array("revival style","/store/?cat1=exclusive&cat2=cabinet&cat3=revivalstyle&tmpl=2","",0);
		
	Menu2_4_3=new Array("switchplates","/store/?cat1=exclusive&cat2=switchplates&tmpl=2","",0);
	
	Menu2_4_4=new Array("shelving","/store/?cat1=exclusive&cat2=shelving&tmpl=2","",0,20,80);
	
	Menu2_4_5=new Array("lighting","","",5,20,180);
	Menu2_4_5_1=new Array("contemporary flush mounts","/store/?cat1=exclusive&cat2=lighting&cat3=contemporaryflushmounts&tmpl=2","",0,20,220);
	Menu2_4_5_2=new Array("contemporary sconces","/store/?cat1=exclusive&cat2=lighting&cat3=contemporarysconces&tmpl=2","",0);
	Menu2_4_5_3=new Array("reproduction sconces","/store/?cat1=exclusive&cat2=lighting&cat3=reproductionsconces&tmpl=2","",0);
	Menu2_4_5_4=new Array("dragon","/store/?cat1=exclusive&cat2=lighting&cat3=dragon&tmpl=2","",0);
	Menu2_4_5_5=new Array("danish","/store/?cat1=exclusive&cat2=lighting&cat3=danish&tmpl=2","",0);
		
	Menu2_4_6=new Array("heat registers covers","/store/?cat1=exclusive&cat2=registers&tmpl=2","",0);
	
	Menu2_4_7=new Array("window","","",1,20,120);
	Menu2_4_7_1=new Array("revival style","/store/?cat1=exclusive&cat2=window&cat3=revivalstyle&tmpl=2","",0,20,120);

	
	Menu3=new Array("catalog & books","http://www.lahardware.com/catalog.html","",0,20,132);

	Menu4=new Array("resources","","",8);
	Menu4_1=new Array("hardware matching service","http://www.lahardware.com/mail.html","",0,20,250);
	Menu4_2=new Array("glossary","http://www.lahardware.com/glossary.html","",0);
	Menu4_3=new Array("a short history of antique hardware","http://www.lahardware.com/history.html","",0);
	Menu4_4=new Array("shopping for hardware","http://www.lahardware.com/shopping.html","",0);	
	Menu4_5=new Array("antique or reproduction?","http://www.lahardware.com/antiqueor.html","",0);
	Menu4_6=new Array("facts about finishes","http://www.lahardware.com/finishes.html","",0);	
	Menu4_7=new Array("referals","http://www.lahardware.com/referals.html","",0);
	Menu4_8=new Array("eBay","http://www.lahardware.com/ebay.html","",0);

	Menu5=new Array("contact us","http://www.lahardware.com/contactus.html","",0,20,105);

	Menu6=new Array("loft","http://www.lahardware.com/loftatlizs/","",0,20,60);
	
	Menu7=new Array("shopping cart","https://secure.lahardware.com/store/shoppingcart.lasso","",0,20,128);

//-->