_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Georgia";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
image="images/orangedots.gif";
offbgcolor="DarkSlateBlue";
offcolor="#FFFFFF";
onbgcolor="DarkKhaki";
oncolor="Black";
padding="6";
separatorcolor="#ffffff";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="100%";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="#5871B3";
offcolor="#ffffff";
onbgcolor="#DC9B5B";
oncolor="#ffffff";
padding="4";
separatorcolor="#758CC9";
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 page;target=;url=./;");
aI("text=About us;target=;url=About_us.html;");
aI("text=Kitchens;target=;url=Kitchens.html;");
aI("text=Doors;target=;url=Doors.html;");
aI("text=Windows;target=;url=Windows.html;");
aI("text=Bookcases;target=;url=Bookcases.html;");
aI("text=Cabinets;target=;url=Cabinets.html;");
aI("text=Tightrope;target=;url=Tightrope.html;");
aI("text=Equestrian;target=;url=Equestrian.html;");
aI("text=Other products;target=;url=Other_products.html;");
aI("text=Lighting Desks;target=;url=Lighting_Desks.html;");
aI("text=Tables;target=;url=Tables.html;");
aI("text=Reception Desk;target=;url=Reception_Desk.html;");
aI("text=Contact Us;target=;url=Contact_Us.html;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}


 drawMenus();

