_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="center";
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Arial";
fontsize="8pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Transparent";
offcolor="MidnightBlue";
onbgcolor="Wheat";
oncolor="Crimson";
padding="2";
pagebgcolor="Transparent";
pagecolor="Blue";
separatorcolor="Maroon";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="1";
itemwidth="75";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Arial";
fontsize="7pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Wheat";
offcolor="Blue";
onbgcolor="Green";
oncolor="Azure";
padding="4";
pagebgcolor="BlanchedAlmond";
subimage="images/arrow.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=151;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Links;target=;url=links.html;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}


 drawMenus();

