_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="Green";
borderstyle="Solid";
borderwidth="1";
fontfamily="Verdana";
fontsize="11pt";
fontstyle="normal";
fontweight="bold";
offcolor="DarkOliveGreen";
onborder="1px dotted #000000";
oncolor="#ffffff";
ondecoration="underline";
onsubimage="images/arrow_white.gif";
padding="5";
separatorcolor="Transparent";
separatorsize="5";
subimage="images/arrow2.gif";
subimagepadding="7";
menubgcolor="#eeeeee";
menubgimage="images/mesh.gif";
itemwidth="1000";
}

with(SubMenuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth="1";
fontfamily="Helvetica";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
offcolor="#363434";
onborder="1px dotted #000000";
oncolor="#ffffff";
ondecoration="underline";
onsubimage="images/arrow_white.gif";
padding="5";
pagecolor="DarkOliveGreen";
subimage="images/arrow2.gif";
subimagepadding="3";
menubgcolor="#eeeeee";
menubgimage="images/mesh.gif";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth="100%";
style=menuStyle;
alwaysvisible="1";
align="center";
orientation="horizontal";
aI("text=Home;target=;url=http://www.beingavegetarian.net/;");
aI("text=Links;target=;url=links.html;");
aI("text=Articles;target=;url=articles.html;");
aI("text=Resources;target=;url=resources.html;");
aI("text=News;target=;url=news.html;");
aI("text=Contact;target=;url=contact.html;");
}


 drawMenus();
