_menuCloseDelay=500 
_menuOpenDelay=150
_subOffsetTop=-2
_subOffsetLeft=0


with(menuStyle1=new mm_style()){
onbgcolor="#000000";
oncolor="#ffffff";
offbgcolor="#fafafa";
offcolor="#336666";
bordercolor="#bfcccb";
borderstyle="solid";
borderwidth=0;
separatorcolor="#bfcccb";
separatorsize="0";
padding=7;
fontsize="80%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
subimage="";
subimagepadding="2";
}


with(menuStyle=new mm_style()){
onbgcolor="#97184D";
oncolor="#ffffff";
offbgcolor="#0C2754";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=7;
fontsize="80%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
subimage="images/arrow.gif";
subimagepadding="2";
outfilter="randomdissolve(duration=0.4)";
}




with(sat=new menuname("2")){
style=menuStyle;
aI("text=Privacy;url=dynamicpage.asp?pid=2&id=122;status=Privacy;");
}

with(sat=new menuname("3")){
style=menuStyle;
aI("text=Website Specials;url=dynamicpage.asp?pid=3&id=107;status=Website Specials;");
aI("text=Consultations;url=dynamicpage.asp?pid=3&id=108;status=Consultations;");
aI("text=Plumbing;url=dynamicpage.asp?pid=3&id=109;status=Plumbing;");
aI("text=Well Services;url=dynamicpage.asp?pid=3&id=111;status=Well Services;");
aI("text=Repair;url=dynamicpage.asp?pid=3&id=112;status=Repair;");
aI("text=Rentals;url=dynamicpage.asp?pid=3&id=113;status=Rentals;");
}

with(sat=new menuname("4")){
style=menuStyle;
aI("text=Water Softeners;url=dynamicpage.asp?pid=4&id=114;status=Water Softeners;");
aI("text=Iron Filters;url=dynamicpage.asp?pid=4&id=115;status=Iron Filters;");
aI("text=Drinking Water Systems;url=dynamicpage.asp?pid=4&id=116;status=Drinking Water Systems;");
aI("text=Water Heaters;url=dynamicpage.asp?pid=4&id=117;status=Water Heaters;");
aI("text=Well Pumps & Tanks;url=dynamicpage.asp?pid=4&id=118;status=Well Pumps & Tanks;");
aI("text=Instant Hot Water Dispenser;url=dynamicpage.asp?pid=4&id=121;status=Instant Hot Water Dispenser;");
aI("text=Salt;url=dynamicpage.asp?pid=4&id=119;status=Salt;");
}

with(sat=new menuname("5")){
style=menuStyle;
aI("text=FAQ;url=dynamicpage.asp?pid=5&id=120;status=FAQ;");
}

drawMenus();

