fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=10;
_menuOpenDelay=10;
_subOffsetTop=0;
_subOffsetLeft=0;
 
with(MainStyleEmergency=new mm_style()){
fontfamily="Verdana, Arial, Helvetica, sans-serif";
}

with(BigTransparentEmergency=new mm_style()){
bordercolor="#333399";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Arial, Helvetica, sans-serif";
fontsize="11px";
itemheight=15;
offbgcolor="#A94631";
onbgcolor="#BF6955";
offcolor="#ffffff";
oncolor="#ffffff";
padding=3;
separatorcolor="#333399";
separatorsize=1;
itemwidth=200;
}
 
with(milonic=new menuname("Menu0")){
style=BigTransparentEmergency;
left="offset=45";
aI("text=Troubleshooting;url=../2100.asp;");
aI("text=Emergency - Residential;url=../2200.asp;");
aI("text=Emergency - Business;url=../2300.asp;");
aI("text=Request an Appointment;url=../appointment.asp;");
}