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()){
styleid=1;
align="left";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offcolor="#707070";
oncolor="#000000";
opendelay=500;
padding = 5;
pagecolor="black";
}

with(subMenuStyle=new mm_style()){
styleid=1;
align="left";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
itemheight="23";
offbgcolor="#E8E9F9";
onbgcolor="#E8E9F9";
offcolor="#707070";
oncolor="#000000";
padding=2;
pagecolor="black";
separatorsize="1";
borderwidth="1";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="vertcal";
style = menuStyle;
eval("aI(\"text=Customer Testimonials;url=" + gm_WwwHostUrl + "/Company/Testimonials.aspx;target=_blank;\");");
eval("aI(\"text=Contact Us;url=" + gm_RootPrefix + "/Company/ContactUs.aspx?Menu=Home\");");
eval("aI(\"text=New User Registration;url=" + gm_RootPrefix + "/ExistingUserCheck.aspx\");");
aI("text=Current Job Openings;url=javascript:OpenWindowFullCentered('https://skywarderma.iscorp.com:8443/cgi-bin10/cgiip.exe/WService=wsermainhouse/rapplmnu03.w');");
}

drawMenus();