_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#3C4E69";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#5C6169";
offcolor="White";
onbgcolor="#999999";
oncolor="#000000";
padding="6";
separatorcolor="#3C4E69";
separatorsize="2";
subimage="images/blackorange.gif";
subimagepadding="6";
itemwidth="197";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#9EA8B6";
offcolor="White";
onbgcolor="#999999";
oncolor="#000000";
padding="4";
subimage="images/blackorange.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home;target=;url=" + window.location.pathname.substring(0, window.location.pathname.lastIndexOf("/")) + ";");
aI("text=Billing;target=;url=medical-billing-career.html;");
aI("text=On Coding vs. Billing;target=;url=coding-vs-billing.html;");
aI("text=On Medical Biller's Work;target=;url=medical-billers-work.html;");
aI("text=On Medical Billing's Future;target=;url=medical-billing-future.html;");
aI("text=Site Map;target=;url=sitemap-navigation.html;");
}


 drawMenus();
