_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="DimGray";
borderstyle="solid";
borderwidth="2";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Gainsboro";
offcolor="#000000";
onbgcolor="#EEEECC";
oncolor="Black";
padding="10";
pagecolor="Black";
separatorcolor="DimGray";
separatorsize="1";
subimage="images/black_7x7.gif";
subimagepadding="3";
itemwidth="165";
}

with(submenuStyle=new mm_style()){
bordercolor="DimGray";
borderstyle="solid";
borderwidth="2";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Gainsboro";
offcolor="#000000";
onbgcolor="#EEEECC";
onbold="bold";
oncolor="Black";
padding="4";
subimage="images/black_7x7.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Terms of Use of Website;target=;url=terms-of-use.html;");
aI("text=About Me;target=;url=about-me.html;");
aI("text=Contact Me;target=;url=contact-me.html;");
aI("text=About This Website;target=;url=about-this-website.html;");
aI("text=Privacy Policy;target=;url=privacy-policy.html;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}


 drawMenus();

