_menuCloseDelay=500 
_menuOpenDelay=150
_subOffsetTop=0
_subOffsetLeft=0

with(menuStyle1=new mm_style()){
onbgcolor="";
oncolor="";
offbgcolor="";
offcolor="";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=2;
fontsize="";
fontstyle="";
fontfamily="";
subimage="";
subimagepadding="0";
}

with(menuStyle=new mm_style()){
onbgcolor="#EBCF6D";
offbgcolor="#DDCF96";
oncolor="#5D5127";
offcolor="#3B3728";
bordercolor="#3B3728";
borderstyle="solid";
borderwidth=1;
separatorcolor="#3B3728";
separatorsize="1";
padding=3;
fontsize="12px";
fontstyle="Normal";
fontweight="Bold";
fontfamily="Arial";
itemwidth="95";
itemheight="26";
align="Left";
subimage="images/arrowMenu.gif";
subimagepadding="2";
}



with(sat=new menuname("3")){
style=menuStyle;
aI("text=Decorating;url=dynamicdata/Decorating.asp;status=Decorating;");
aI("text=Plumbing;url=dynamicdata/Plumbing.asp;status=Plumbing;");
aI("text=Joinery;url=dynamicdata/Joinery.asp;status=Joinery;");
aI("text=Roofing;url=dynamicdata/Roofing.asp;status=Roofing;");
aI("text=Landscaping;url=dynamicdata/Landscaping.asp;status=Landscaping;");
}

drawMenus();




