var NoOffFirstLineMenus=6; // Number of first level items var LowBgColor='#bf81bf'; // Background color when mouse is not over var LowSubBgColor='#5a4080'; // Background color when mouse is not over on subs var HighBgColor='#5a4080'; // Background color when mouse is over var HighSubBgColor='#bf81bf'; // Background color when mouse is over on subs var FontLowColor='#272727'; // Font color when mouse is not over var FontSubLowColor='#f0ecc3'; // Font color subs when mouse is not over var FontHighColor='#f0ecc3'; // Font color when mouse is over var FontSubHighColor='272727'; // Font color subs when mouse is over var BorderColor='#990099'; // Border color var BorderSubColor='#990099'; // Border color for subs var BorderWidth=2; // Border width var BorderBtwnElmnts=2; // Border between elements 1 or 0 var FontFamily="Trebuchet MS, Arial, Helvetica, sans-serif" // Font family menu items var FontSize=9.5; // 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=.05; // horizontal overlap child/ parent var ChildVerticalOverlap=0; // vertical overlap child/ parent var StartTop=135; // Menu offset x coordinate var StartLeft=15; // Menu offset y coordinate var VerCorrect=0; // Multiple frames y correction var HorCorrect=0; // Multiple frames x correction var LeftPaddng=5; // Left padding 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=300; // delay before menu folds in var TakeOverBgColor=0; // Menu frame takes over background color subitem frame var FirstLineFrame=''; // Frame where first level appears var SecLineFrame=''; // Frame where sub levels appear var DocTargetFrame=''; // 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=1; // Level 1 unfolds onclick/ onmouseover var WebMasterCheck=0; // menu tree checking on or off 1 or 0 var ShowArrow=0; // Uses arrow gifs when 1 var KeepHilite=1; // Keep selected path highligthed var Arrws=['assets/images/sm_arrow.gif',9,9,'assets/images/sm_arrow_dn.gif',9,9]; // 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","index.php","",0,23,55); Menu2=new Array("European Baskets","javascript:();","",4,23,119); Menu2_1=new Array("Electric Coal Baskets","prod_subcat.php?cat=electriccoal","",0,23,190); Menu2_2=new Array("Vent Free Gas Baskets","prod_subcat.php?cat=basketkitvf","",0,23,190); Menu2_3=new Array("Vented Gas Baskets","javascript:();","",3); Menu2_3_1=new Array("Electronic","prod_subcat.php?cat=electricignition","",0,23,105); Menu2_3_2=new Array("Full Size","prod_subcat.php?cat=fullsize","",0); Menu2_3_3=new Array("Reduced Depth","prod_subcat.php?cat=reduced","",0); Menu2_4=new Array("Wood Burning Baskets","prod_subcat.php?cat=woodbaskets","",0); Menu3=new Array("European Fireplaces","javascript:();","",6,23,140); Menu3_1=new Array("Electric Coal Fireplaces","prod_subcat.php?cat=electricfireplace","",0,23,190); Menu3_2=new Array("Vent Free Fireplaces","prod_subcat.php?cat=castironventfree","",0,23,190); Menu3_3=new Array("Vented Fireplaces","prod_subcat.php?cat=castironvented","",0,23,190); Menu3_4=new Array("Wood Burning Fireplaces","prod_subcat.php?cat=castironwood","",0,23,190); Menu3_5=new Array("Fireboxes","prod_subcat.php?cat=fireboxes","",0); Menu3_6=new Array("Ceramic Tile Accessories","prod_subcat.php?cat=tile","",0); Menu4=new Array("European Inserts","javascript:();","",4,23,120); Menu4_1=new Array("Vent Free Gas Inserts","prod_subcat.php?cat=ventfreeinserts","",0,24,163); Menu4_2=new Array("Vented Gas Inserts","prod_subcat.php?cat=ventedinserts","",0,24,163); Menu4_3=new Array("Wood Burning Inserts","prod_subcat.php?cat=woodburninginserts","",0,24,163); Menu4_4=new Array("Fireboxes","prod_subcat.php?cat=fireboxinsert","","",0); Menu5=new Array("European Surrounds","javascript:();","",4,23,140); Menu5_1=new Array("Carved Wood","prod_subcat.php?cat=woodsurround","",0,24,125); Menu5_2=new Array("Cast Iron - Metal","prod_subcat.php?cat=metalsurround","",0); Menu5_3=new Array("Marble","prod_subcat.php?cat=marblesurround","",0); Menu5_4=new Array("Simulated Stone","prod_subcat.php?cat=simsurround","",0); Menu6=new Array("Accessories","javascript:();","",10,23,85); Menu6_1=new Array("Andirons","prod_subcat.php?cat=andirons","",0,24,133); Menu6_2=new Array("Firebacks","prod_subcat.php?cat=firebacks","",0); Menu6_3=new Array("Gel Fire","prod_subcat.php?cat=gelfire","",0); Menu6_4=new Array("General Accessories","prod_subcat.php?cat=general","",0); Menu6_5=new Array("Grates & Baskets","prod_subcat.php?cat=grates","",0); Menu6_6=new Array("Hearth Fender","prod_subcat.php?cat=fender","",0); Menu6_7=new Array("Pellet - Ash Holders","prod_subcat.php?cat=pelletashholders","",0); Menu6_8=new Array("Screens","prod_subcat.php?cat=screens","",0); Menu6_9=new Array("Tool Sets","prod_subcat.php?cat=toolsets","",0); Menu6_10=new Array("Wood Holders","prod_subcat.php?cat=woodholders","",0);