_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="#E1CC93";
offbgcolor="#E1CC93";
oncolor="#FFFFFF";
offcolor="#000000";
bordercolor="#990066";
borderstyle="solid";
borderwidth=1;
separatorcolor="#990066";
separatorsize="1";
padding=3;
fontsize="11px";
fontstyle="Normal";
fontweight="Bold";
fontfamily="Verdana";
itemwidth="100";
itemheight="21";
align="Left";
subimage="images/arrowMenu.gif";
subimagepadding="2";
}



with(sat=new menuname("3")){
style=menuStyle;
aI("text=Pricing;url=dynamicdata/Pricing.asp;status=Pricing;");
aI("text=Coupon;url=dynamicdata/SpecialOffers.asp;status=Coupon;");
aI("text=Gift Certificates;url=dynamicdata/GiftCertificate.asp;status=Gift Certificates;");
aI("text=Areas We Service;url=dynamicdata/AreasWeSevice.asp;status=Areas We Service;");
}

with(sat=new menuname("5")){
style=menuStyle;
aI("text=Letters of Recommendation;url=dynamicdata/LettersofRecommendation.asp;status=Letters of Recommendation;");
aI("text=More Happy Paws and Claws;url=dynamicdata/MoreHappyPawsandClaws.asp;status=More Happy Paws and Claws;");
}

drawMenus();

