_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=Hobbies and Gifts;target=;url=" + window.location.pathname.substring(0, window.location.pathname.lastIndexOf("/")) + ";");
aI("text=Gifts For Men;target=;url=gifts-for-men.php;");
aI("text=Gifts For Women;target=;url=gifts-for-women.php;");
aI("text=Site Map;target=;url=sitemap.php;");
}


 drawMenus();
