fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=300;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
fontfamily="Veranda, Helvetica, sans-serif";
fontsize="12px";
fontstyle="normal";
offcolor="#C0012C";
oncolor="#C0012C";
padding=5;
pagecolor="#C0012C";
separatorpadding=5;
itemwidth=125;
pageclass="bold";
decoration="underline";


}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=508;
overflow="none";
style=menuStyle;
top=415;
align="center";
keepalive=1;

aI("text=Contact Information;url=index.php;");
aI("text=Emergency Contact;url=emergency.php;");
}


drawMenus();

