_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(submenuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="normal";
headercolor="#000000";
offcolor="#000000";
oncolor="#747A75";
padding="5";
subimage="images/arrow5_black_8x8.gif";
subimagepadding="0";
}

with(menuStyle=new mm_style()){
align="center";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
headerbgcolor="#ffffff";
headercolor="#000000";
image="images/location0.gif";
offcolor="#B6B6B6";
oncolor="#000000";
overimage="images/location_on0.gif";
imageposition="right";
itemwidth="125";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=750;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
openstyle="up";
aI("text=Home Page;target=;url=index.html;");
aI("text=About Me;target=;url=about-us.html;");
aI("text=Articles;target=;url=articles.html;");
aI("text=Resources;target=;url=resources.html;");
aI("text=Contact Us;target=;url=contact-us.html;");
aI("text=Privacy;target=;url=privacy.html;");
}


 drawMenus();

