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()){
fontweight="bold";
offcolor="#fff";
oncolor="#6089BD";
padding="7px 10px";
separatorcolor="#fff";
separatorsize=1;
}
with(subMenu=new mm_style()){
fontsize="12px";
headerbgcolor="#6089BD";
headercolor="#fff";
offbgcolor="#6089BD";
offcolor="#fff";
onbgcolor="#BFD0E5";
oncolor="#000";
pagebgcolor="#BFD0E5";
pagecolor="#000";
padding="7px 10px";
separatorcolor="#fff";
separatorsize=1;
}

with(milonic=new menuname("about")){
style=subMenu;
itemwidth=89;
aI("text=Officers;url=officers.asp;");
}

with(milonic=new menuname("companies")){
style=subMenu;
aI("text=Administrative and Consultative Services;url=administrative_services.asp;");
aI("text=Long-Term Care Facilities;url=longterm_care.asp;");
aI("text=Rehabilitation Services;url=rehabilitation_services.asp;");
aI("text=Hospice and Home Health Services;url=hospice_services.asp;");
}

with(milonic=new menuname("investor")){
style=subMenu;
aI("text=Investor Relations;url=http://investors.skilledhealthcaregroup.com;");
aI("text=Press Releases;url=http://investors.skilledhealthcaregroup.com/releases.cfm;");
aI("text=Events & Presentations;url=http://investors.skilledhealthcaregroup.com/events.cfm;");
aI("text=Corporate Governance;url=http://investors.skilledhealthcaregroup.com/governance.cfm;");
aI("text=Financial Information;url=http://investors.skilledhealthcaregroup.com/financials.cfm;");
aI("text=Stock Information;url=http://investors.skilledhealthcaregroup.com/stockquote.cfm");
aI("text=Contact Us;url=http://investors.skilledhealthcaregroup.com/contactus.cfm;");
}
drawMenus();
