_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(submenuStyle=new mm_style()){
bordercolor="Black";
borderstyle="solid";
borderwidth="2";
fontfamily="Trebuchet MS";
fontsize="14pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
offbgcolor="MidnightBlue";
offcolor="White";
onbgcolor="MidnightBlue";
oncolor="White";
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3)";
padding="4";
pagebgcolor="#666668";
pagecolor="White";
separatorcolor="#ffffff";
separatorsize="1";
subimagepadding="8";
imagepadding="8";
}

with(menuStyle=new mm_style()){
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth="0";
fontfamily="Trebuchet MS";
fontsize="16pt";
fontstyle="italic";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="MidnightBlue";
offcolor="White";
onbgcolor="MidnightBlue";
oncolor="Red";
outfilter="Fade(Overlap=1.00)";
padding="5";
pagebgcolor="MidnightBlue";
pagecolor="White";
separatorcolor="Transparent";
separatorsize="15";
imagepadding="6";
itemwidth="100%";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home;target=;url=http://www.jacksonemergency.com/;");
aI("text=EMS;target=;url=EMS.html;");
aI("text=E-911;target=;url=E-911.html;");
aI("text=EMA;target=;url=EMA.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
aI("text=Employee Login;target=;url=http://www.jacksonemergency.com/intranet/Employee-Intranet.html;");
}


 drawMenus();

