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()){
align="center";
styleid=1;
bordercolor="#1C2F69";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial,Helvetica,sans-serif";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
itemheight=17; 
offbgcolor="#5886C4";
offcolor="#ffffff";
onbgcolor="#FFFFFF";
oncolor="#5886C4";
separatorcolor="#1C2F69";
separatorsize=1;
subimage="./images/dwn_arw.gif";
rawcss="padding-left:10px;padding-right:10px";

}

with(submenuStyle=new mm_style()){
bordercolor="#1C2F69";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial,Helvetica,sans-serif";
fontsize="8pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#5886C4";
offcolor="#ffffff";
onbgcolor="#FFFFFF";
oncolor="#5886C4";
overfilter="Fade(duration=0.2);Shadow(color=#777777', Direction=135, Strength=4)";
padding=3;
separatorcolor="#1C2F69";
separatorsize=1;
subimage="./images/dwn_arw.gif";
subimagepadding=2;
rawcss="padding-left:7px;padding-right:7px";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=0;
orientation="horizontal";
style=menuStyle;
top=94;
aI("text=Home;url=default.asp;");
aI("showmenu=About_us;text=About Us;url=aboutus.asp;");
aI("showmenu=Products;text=Products;url=products.asp;");
aI("showmenu=Industry;text=Industry;");
aI("text=New Book Options;url=newbookoptions.asp;");
aI("text=CR Partners;url=crpartners.asp;");
aI("text=Contact Us;url=contactus.asp;");

}

with(milonic=new menuname("About_us")){
style=submenuStyle;
aI("text=Company History;url=aboutus.asp;");
aI("text=Callahan Roach Managment;url=management.asp;");
aI("text=News;url=news.asp;");
aI("text=Contact Us;url=contactus.asp;");
}

with(milonic=new menuname("Products")){
style=submenuStyle;
aI("text=Customer Assurance Pricing (CAP);url=cap.asp;");
aI("text=Pool and Spa Repair (PSR);url=pool.asp;");
//aI("text=Performance Pay System (PPS);url=pps.asp;");
}

with(milonic=new menuname("Industry")){
style=submenuStyle;
aI("text=HVAC Industry;url=hvac.asp;");
aI("text=Plumbing Industry;url=plumbing.asp;");
aI("text=Pool & Spa Industry;url=pool.asp;");
}

drawMenus();

