_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
image="images/dots6.gif";
offbgcolor="Transparent";
offcolor="Black";
onbgcolor="#214865";
oncolor="#ffffff";
padding="9";
separatorcolor="Silver";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="200";
}

with(submenuStyle=new mm_style()){
bordercolor="#214865";
borderstyle="solid";
borderwidth="3";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="White";
offcolor="Black";
onbgcolor="#214865";
oncolor="White";
padding="4";
separatorcolor="White";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home;target=;url=.././;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
aI("text=Products;target=;url=" + window.location.pathname.substring(0, window.location.pathname.lastIndexOf("/")) + ";");
aI("text=Auto;target=;url=auto.html;");
aI("text=Business & Career;target=;url=business-&-career.html;");
aI("text=Clothing & Accessories;target=;url=clothing-&-accessories.html;");
aI("text=Computer & Electronics;target=;url=computer-&-electronics.html;");
aI("text=Entertainment;target=;url=entertainment.html;");
aI("text=Family;target=;url=family.html;");
aI("text=Financial Services;target=;url=financial-services.html;");
aI("text=Food & Drink;target=;url=food-&-drink.html;");
aI("text=Games & Toys;target=;url=games-&-toys.html;");
aI("text=Gift & Flowers;target=;url=gift-&-flowers.html;");
aI("text=Health & Beauty;target=;url=health-&-beauty.html;");
aI("text=Hobbies & Collectibles;target=;url=hobbies-&-collectibles.html;");
aI("text=Home & Living;target=;url=home-&-living.html;");
aI("text=Internet & Online;target=;url=internet-&-online.html;");
aI("text=Miscellaneous;target=;url=miscellaneous.html;");
aI("text=Office;target=;url=office.html;");
aI("text=Sports & Fitness;target=;url=sports-&-fitness.html;");
aI("text=Telecommunications;target=;url=telecommunications.html;");
aI("text=Travel;target=;url=travel.html;");
}


 drawMenus();

