_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=10;
_subOffsetLeft=5;
buildafterload="true";


with(submenuStyle=new mm_style()){
fontfamily="Trebuchet MS";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
offbgcolor="LightPink";
offcolor="#2A0000";
oncolor="Brown";
ondecoration="underline";
padding="6";
separatorcolor="#969698";
subimagepadding="8";
itemwidth="120";
}

with(menuStyle=new mm_style()){
bordercolor="#4D4D4D";
borderstyle="solid";
fontfamily="Trebuchet MS";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
offbgcolor="Pink";
offcolor="#2A0000";
oncolor="Purple";
ondecoration="underline";
padding="5";
subimage="images/arrow.gif";
subimagepadding="5";
imagepadding="4";
itemwidth="185";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Shopping Index Home;target=;url=.././;offcolor=#ffffff;fontweight=bold;itemheight=32;rawcss=padding-top:7px;padding-left:30px;bgimage=images/xp_panel_topoffpurple.gif;");
aI("text=Home and Garden;target=;url=" + window.location.pathname.substring(0, window.location.pathname.lastIndexOf("/")) + ";");
aI("text=BBQ and Picnics;target=;url=bbq-and-picnics.php;");
aI("text=Blinds;target=;url=blinds.php;");
aI("text=Dishwashers;target=;url=dishwashers.php;");
aI("text=Furniture;target=;url=furniture.php;");
aI("text=Home Furnishings;target=;url=home-furnishings.php;");
aI("text=Housewares;target=;url=housewares.php;");
aI("text=Housewares for Kids and Babies;target=;url=housewares-for-kids-and-babies.php;");
aI("text=Refrigerators and Freezers;target=;url=refrigerators-and-freezers.php;");
aI("text=Lights and Chandeliers;target=;url=lights-and-chandeliers.php;");
aI("text=Outdoors and Tools;target=;url=outdoors-and-tools.php;");
aI("text=Site Map;target=;url=sitemap.php;");
}


 drawMenus();
