_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="Black";
borderstyle="Solid";
borderwidth="1";
fontfamily="Comic Sans MS";
fontsize="11pt";
fontstyle="normal";
image="images/whitedots.gif";
offbgcolor="#880000";
offcolor="White";
onbgcolor="White";
onbold="bold";
oncolor="Blue";
ondecoration="underline";
padding="6";
pagebgcolor="Black";
separatorcolor="Gold";
separatorsize="1";
subimage="images/macarrow_on.gif";
subimagepadding="4";
overimage="images/dots2.gif";
imagepadding="4";
itemwidth="225";
}

with(submenuStyle=new mm_style()){
bordercolor="Black";
borderstyle="solid";
borderwidth="1";
fontfamily="Comic Sans MS";
fontsize="11pt";
fontstyle="normal";
offbgcolor="#880000";
offcolor="White";
onbgcolor="White";
onbold="bold";
oncolor="Blue";
ondecoration="underline";
padding="4";
pagebgcolor="Black";
pagecolor="White";
separatorcolor="Gold";
separatorsize="1";
subimage="images/macarrow_on.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home;target=;url=.././;");
aI("text=Ottomans;target=;url=" + window.location.pathname.substring(0, window.location.pathname.lastIndexOf("/")) + ";");
aI("text=Blue Ottoman;target=;url=blue-ottoman.html;");
aI("text=Eco Weave Ottoman;target=;url=eco-weave-ottoman.html;");
aI("text=Grey Ottoman;target=;url=grey-ottoman.html;");
aI("text=Chocolate Ottoman;target=;url=chocolate-ottoman.html;");
aI("text=Natural Ottoman;target=;url=natural-ottoman.html;");
aI("text=Wildberry Red Ottoman;target=;url=wildberry-red-ottoman.html;");
aI("text=Royal Black Ottoman;target=;url=royal-black-ottoman.html;");
aI("text=Cafe Latte Ottoman;target=;url=cafe-latte-ottoman.html;");
aI("text=Black Leather Ottoman;target=;url=sheraton-black-leather-ottoman.html;");
aI("text=Brown Leather Ottoman;target=;url=deep-mahogany-leather-ottoman.html;");
aI("text=Cream Leather Ottoman;target=;url=pure-cream-leather-ottoman.html;");
}


 drawMenus();

