_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="center";
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Transparent";
offcolor="White";
onbgcolor="Transparent";
oncolor="OrangeRed";
padding="6";
pagebgcolor="Transparent";
pagecolor="Yellow";
separatorcolor="White";
separatorsize="1";
subimage="images/on_13x13_greyboxed.gif";
subimagepadding="6";
itemwidth="100%";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="White";
oncolor="Blue";
padding="4";
pagebgcolor="Yellow";
subimage="images/on_13x13_greyboxed.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Medical;target=;url=Medical.html;");
aI("text=Accounting;target=;url=Accounting.html;");
aI("text=Banking;target=;url=Banking.html;");
aI("text=General;target=;url=General.html;");
aI("text=Staff Training;target=;url=Staff-Training.html;");
}


 drawMenus();
