_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=0;
buildafterload="true";


with(submenuStyle=new mm_style()){
align="center";
bordercolor="DarkGreen";
borderstyle="Dashed";
borderwidth="1";
fontfamily="Tahoma";
fontsize="7pt";
fontstyle="normal";
fontweight="bold";
offbgcolor="Aquamarine";
offcolor="Black";
onbgcolor="#FD0303";
oncolor="#ffffff";
ondecoration="underline";
padding="4";
}

with(menuStyle=new mm_style()){
bgimage="images/dust.gif";
fontfamily="Tahoma";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
offcolor="#878787";
oncolor="#000000";
separatorsize="3";
separatorimage="images/dustSep.gif";
overbgimage="images/dust01.gif";
itemheight="37";
itemwidth="90";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=462;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
openstyle="up";
aI("text=About Page;target=;url=about.html;align=center;");
aI("text=Contact Us;target=;url=Contact_Us.html;align=center;");
aI("text=Privacy;target=;url=Privacy.html;align=center;");
aI("text=Site Map;target=;url=sitemap-page-order.html;align=center;");
aI("text=Links;target=;url=Links.html;align=center;");
}


 drawMenus();
