_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="#C6EDA6";
offbgcolor="#9ED472";
oncolor="#002049";
offcolor="#002031";
bordercolor="#009966";
borderstyle="solid";
borderwidth=1;
separatorcolor="#009966";
separatorsize="1";
padding=3;
fontsize="11px";
fontstyle="Normal";
fontweight="Bold";
fontfamily="Verdana";
itemwidth="140";
itemheight="25";
align="Center";
subimage="../images/arrowMenu.gif";
subimagepadding="2";
}



with(sat=new menuname("2")){
style=menuStyle;
aI("text=Our Hours;url=OursHours.asp;status=Our Hours;");
aI("text=Deb Daniels;url=DebDaniels.asp;status=Deb Daniels;");
aI("text=Kathleen Kaufman;url=KathleenKaufman.asp;status=Kathleen Kaufman;");
aI("text=Barb Lemke;url=BarbLemke.asp;status=Barb Lemke;");
aI("text=Russell Strelnick;url=RussellStrelnick.asp;status=Russell Strelnick;");
aI("text=David Fife;url=DavidFife.asp;status=David Fife;");
aI("text=Privacy Policy;url=PrivacyPolicy.asp;status=Privacy Policy;");
}

with(sat=new menuname("3")){
style=menuStyle;
aI("text=Mom's Day Special;url=OurSpecials.asp;status=Mom's Day Special;");
aI("text=Facial Treatments;url=FacialTreatments.asp;status=Facial Treatments;");
aI("text=Massage Treatments;url=MassageTreatments.asp;status=Massage Treatments;");
aI("text=Body Treatments;url=BodyTreatments.asp;status=Body Treatments;");
aI("text=Other Treatments;url=OtherTreatments.asp;status=Other Treatments;");
aI("text=Other Services;url=OtherServices.asp;status=Other Services;");
aI("text=Spa Parties;url=SpaParties.asp;status=Spa Parties;");
aI("text=Acupuncture;url=Acupuncture.asp;status=Acupuncture;");
aI("text=Gift Certificates;url=GiftCertificates.asp;status=Gift Certificates;");
aI("text=Our Specials;url=OurSpecials.asp;status=Our Specials;");
}

with(sat=new menuname("6")){
style=menuStyle;
aI("text=Young Living;url=YoungLiving.asp;status=Young Living;");
aI("text=Sunrise Showers;url=SunriseShowers.asp;status=Sunrise Showers;");
aI("text=Gano Excel;url=GanoExcel.asp;status=Gano Excel;");
}

drawMenus();

