_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="center";
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="7pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Transparent";
offcolor="Black";
onbgcolor="#EDEDE8";
oncolor="MediumBlue";
padding="3";
pagebgcolor="Transparent";
pagecolor="Red";
separatorcolor="Red";
separatorsize="1";
subimage="images/black_4x5.gif";
subimagepadding="0";
itemwidth="100";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="7pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="White";
onbgcolor="#999999";
oncolor="#FF00AA";
padding="4";
pagecolor="#FF00AA";
subimage="images/black_4x5.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=403;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
openstyle="up";
aI("text=Company;target=;url=Company.html;");
aI("text=Copyright;target=;url=Copyright.html;");
aI("text=webmaster;target=;url=webmaster.html;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}


 drawMenus();

