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";
pagebgcolor="#3C3C3C";
padding=5;
}


with(SubmenuStyleAnchor=new mm_style()){
fontfamily="Arial";
fontsize="12px";
fontstyle="normal";
offbgcolor="#4A4A4A";
offcolor="#E3E3E3";
onbgcolor="#3C3C3C";
oncolor="#E3E3E3";
padding=5;
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
style=menuStyle;
aI("text=Financial Services;showmenu=FinancialServices;url=Financial_Services.asp");
aI("text=Human Resources;showmenu=HumanResources;url=Human_Resources.asp");
aI("text=Technology;showmenu=Technology;url=Technology.asp");
aI("text=Practice Assessment;showmenu=PracticeAssessment;url=Practice_Assesment.asp");
aI("text=Practice Start-up/Merger;showmenu=PracticeStartupMerger;url=Practice_Startup_Merger.asp");
aI("text=Presentations and Education;url=Presentations_Education.asp");
}

with(milonic=new menuname("FinancialServices")){
style=SubmenuStyle;
aI("text=Physician Compensation Models;url=Financial_Services.asp#Physician_Compensation_Models;")
aI("text=Coding Audits and Education;url=Financial_Services.asp#Coding_Audits_and_Education;")
aI("text=Payor Relations;url=Financial_Services.asp#Payor_Relations;")
aI("text=Pay-for-Performance;url=Financial_Services.asp#Pay_for_Performance;")
aI("text=Accounting Services;url=Financial_Services.asp#Accounting_Services;")
}

with(milonic=new menuname("HumanResources")){
style=SubmenuStyle;
aI("text=Development or Revision of Forms and Manuals;url=Human_Resources.asp#Development_Revision_Forms_Manuals;")
aI("text=Staffing Selection;url=Human_Resources.asp#Staffing_Selection;")
aI("text=Salary and Benefits Structure Development;url=Human_Resources.asp#Salary_Benefits_Structure_Development;")
aI("text=Problem Resolution and General Advice;url=Human_Resources.asp#Problem_Resolution_General_Advice;")
aI("text=Insurance Needs;url=Human_Resources.asp#Insurance_Needs;")
}


with(milonic=new menuname("Technology")){
style=SubmenuStyleAnchor;
aI("text=Selection;url=technology.asp#selection;")
aI("text=Preparation for the Transition and Workflow Redesign;url=technology.asp#transition;")
aI("text=Mastering the Use of the System;url=technology.asp#mastering;")
}

with(milonic=new menuname("PracticeAssessment")){
style=SubmenuStyle;
aI("text=Benchmarking and Financial Analyses;url=Practice_Assesment.asp#Benchmarking_and_Financial_Analyses;")
aI("text=Review of Workflow and Processes;url=Practice_Assesment.asp#Review_of_Workflow_and_Processes;")
aI("text=Staff and Physician Interviews;url=Practice_Assesment.asp#Staff_and_Physician_Interviews;")
aI("text=Findings and Recommendations;url=Practice_Assesment.asp#Findings_and_Recommendations;")
}

with(milonic=new menuname("PracticeStartupMerger")){
style=SubmenuStyle;
aI("text=Financial Forecast;url=Practice_Startup_Merger.asp#Financial_Forecast;")
aI("text=Workplan Development;url=Practice_Startup_Merger.asp#Workplan_Development;")
aI("text=Payor Strategy;url=Practice_Startup_Merger.asp#Payor_Strategy;")
aI("text=Policies, Procedures, and Compliance;url=Practice_Startup_Merger.asp#Policies_Procedures_and_Compliance;")
aI("text=Human Resources;url=Practice_Assesment.asp#Practice_Startup_Merger;")
aI("text=Billing and Electronic Health Records Systems;url=Practice_Startup_Merger.asp#Billing_and_Electronic_Health_Records_Systems;")
}


drawMenus();

