_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="#013E5E";
offbgcolor="#347396";
oncolor="#FFFFFF";
offcolor="#FFFFFF";
bordercolor="#013E5E";
borderstyle="solid";
borderwidth=1;
separatorcolor="#013E5E";
separatorsize="1";
padding=3;
fontsize="12px";
fontstyle="Normal";
fontweight="Normal";
fontfamily="Verdana";
itemwidth="150";
itemheight="20";
align="Left";
subimage="images/arrowMenu.gif";
subimagepadding="2";
}



with(sat=new menuname("2")){
style=menuStyle;
aI("text=Interior Decorating;url=dynamicdata/InteriorDecorating.asp;status=Interior Decorating;");
aI("text=Exterior Work;url=dynamicdata/ExteriorWork.asp;status=Exterior Work;");
aI("text=Ancillary Services;url=dynamicdata/AncillaryServices.asp;status=Ancillary Services;");
aI("text=Commercial;url=dynamicdata/Commercial.asp;status=Commercial;");
aI("text=Working Rules;url=dynamicdata/WorkingRules.asp;status=Working Rules;");
aI("text=PDA Charter;url=dynamicdata/PDACharter.asp;status=PDA Charter;");
}

with(sat=new menuname("3")){
style=menuStyle;
aI("text=Customer Comments;url=dynamicdata/CustomerComments.asp;status=Customer Comments;");
aI("text=Selection of Recent Work;url=dynamicdata/SelectionofRecentWork.asp;status=Selection of Recent Work;");
}

with(sat=new menuname("4")){
style=menuStyle;
aI("text=Useful Links;url=dynamicdata/UsefulLinks.asp;status=Useful Links;");
}

with(sat=new menuname("5")){
style=menuStyle;
aI("text=The PDA Charter;url=dynamicdata/PDACharter.asp;status=The PDA Charter;");
}

drawMenus();


