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=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#040d51";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial";
fontsize="100%";
fontstyle="normal";
align="left";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#040d51";
offcolor="#ffffff";
onbgcolor="#040d51";
oncolor="#febf11";
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=85);Shadow(color=#777777', Direction=135, Strength=3)";
padding=6;
pagebgcolor="#040d51";
pagecolor="#febf11";
separatorcolor="#040d51";
separatorsize=1;
subimage="/js/menu_scripts/arrow.gif";
subimagepadding=2;
}


with(milonic=new menuname("ProductsMenu")){
style=menuStyle;
aI("text=Aging;url=/products/aging.php;");
aI("text=APS;url=/products/adult-protective-services.php;");
aI("text=Intellectual Disabilities;url=/products/intellectual-disabilities.php;");
aI("text=Financial Management;url=/products/financial-management.php;");
}
with(milonic=new menuname("SolutionsMenu")){
style=menuStyle;
aI("text=OAA Compliance;url=/solutions/oaa-napis-reporting.php;");
aI("text=Waiver Automation;url=/solutions/medicaid-waiver-automation.php;");
aI("text=Protective Services Investigations;url=/solutions/abuse-investigations.php;");
aI("text=Waitlist Management;url=/solutions/automate-waitlist-management.php;");
}
with(milonic=new menuname("ServicesMenu")){
style=menuStyle;
aI("text=Implementation Support;url=/services/implementation-support.php;");
aI("text=Technical Services;url=/services/technical-services.php;");
aI("text=Training and Education;url=/services/training-education.php;");
aI("text=Customer Support;url=/services/customer-support.php;");
}
with(milonic=new menuname("ResourcesMenu")){
style=menuStyle;
aI("text=Customers;url=/resources/customers.php;");
aI("text=Data Sheets and Brochures;url=/resources/datasheets.php;");
aI("text=White Papers;url=/resources/white-papers.php;");
aI("text=Webcasts;url=/resources/webcasts.php;");
}

with(milonic=new menuname("CompanyMenu")){
style=menuStyle;
aI("text=About Us;url=/company/about.php;");
aI("text=Awards;url=/company/awards.php;");
aI("text=Management Team;url=/company/management-team.php;");
aI("text=Partners;url=/company/partners.php;");
aI("text=Board of Directors;url=/company/board.php;");
aI("text=Investors;url=/company/investors.php;");
aI("text=Careers;url=/company/careers.php;");
aI("text=Contact Us;url=/company/contact.php;");
}

with(milonic=new menuname("NewsMenu")){
style=menuStyle;
aI("text=Press Releases;url=/news-events/press-releases.php;");
//aI("text=In the News;url=/news-events/in-the-news.php;");
aI("text=Events and Conferences;url=/news-events/events.php;");
aI("text=Harmony Blog;url=/wp/;");
}

drawMenus();

