fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;




with(menuStyle=new mm_style()){
fontfamily="Arial";
fontsize="12px";
fontstyle="normal";
offbgcolor="#E7E7E7";
offcolor="#214C69";
onbgcolor="#4A4A4A";
oncolor="#E3E3E3";
padding="4px 4px 4px 20px";
pagecolor="#FFFFFF";
pagebgcolor="#4A4A4A";
itemwidth=231;
}



with(SubmenuStyle=new mm_style()){
fontfamily="Arial";
fontsize="12px";
fontstyle="normal";
offbgcolor="#4A4A4A";
offcolor="#E3E3E3";
onbgcolor="#3C3C3C";
oncolor="#E3E3E3";
padding=5;
pagebgcolor="#3C3C3C";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
style=menuStyle;
aI("text=Financial;showmenu=Financial;url=financial.asp");
aI("text=Start-up;url=/asc/start-up.asp;");
aI("text=Credentialing;url=/asc/credentialing.asp;");
aI("text=Accreditation;url=/asc/accreditation.asp;");
aI("text=Management;showmenu=Management;url=management.asp");
aI("text=Presentations and Education;url=/asc/presentations.asp;");
}

with(milonic=new menuname("Financial")){
style=SubmenuStyle;
top="offset=0";
aI("text=Assessments;url=Financial.asp#Assessments;");
aI("text=Feasibility Study;url=Financial.asp#Feasibility_Study;");
aI("text=Fee Negotiations;url=Financial.asp#Fee_Negotiations;");
aI("text=Coding;url=Financial.asp#Coding;");
}

with(milonic=new menuname("Management")){
style=SubmenuStyle;
top="offset=0";
aI("text=Quality Assurance/Quality Improvement;url=management.asp#Quality_Assurance;");
aI("text=Human Resources Consulting;url=management.asp#Human_Resources_Consulting;");
aI("text=Electronic Health Records System Selection and Implementation;url=management.asp#Electronic_Health_Records;");

}


drawMenus();

