_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=dynamicdata/OursHours.asp;status=Our Hours;");
aI("text=Deb Daniels;url=dynamicdata/DebDaniels.asp;status=Deb Daniels;");
aI("text=Barb Lemke;url=dynamicdata/BarbLemke.asp;status=Barb Lemke;");
aI("text=Meg Davis;url=dynamicdata/MegDavis.asp;status=Meg Davis;");
aI("text=Trish Weinmann;url=dynamicdata/TrishWeinmann.asp;status=Trish Weinmann;");
aI("text=Russell Strelnick;url=dynamicdata/RussellStrelnick.asp;status=Russell Strelnick;");
aI("text=Privacy Policy;url=dynamicdata/PrivacyPolicy.asp;status=Privacy Policy;");
}

with(sat=new menuname("3")){
style=menuStyle;
aI("text=Special;url=dynamicdata/OurSpecials.asp;status=Special;");
aI("text=Facial Treatments;url=dynamicdata/FacialTreatments.asp;status=Facial Treatments;");
aI("text=Massage Treatments;url=dynamicdata/MassageTreatments.asp;status=Massage Treatments;");
aI("text=Body Treatments;url=dynamicdata/BodyTreatments.asp;status=Body Treatments;");
aI("text=Acupuncture;url=dynamicdata/Acupuncture.asp;status=Acupuncture;");
aI("text=Other Treatments;url=dynamicdata/OtherTreatments.asp;status=Other Treatments;");
aI("text=Other Services;url=dynamicdata/OtherServices.asp;status=Other Services;");
aI("text=Spa Parties;url=dynamicdata/SpaParties.asp;status=Spa Parties;");
aI("text=Gift Certificates;url=dynamicdata/GiftCertificates.asp;status=Gift Certificates;");
aI("text=Our Specials;url=dynamicdata/OurSpecials.asp;status=Our Specials;");
}

with(sat=new menuname("6")){
style=menuStyle;
aI("text=Young Living;url=dynamicdata/YoungLiving.asp;status=Young Living;");
aI("text=Gano Excel;url=dynamicdata/GanoExcel.asp;status=Gano Excel;");
}

drawMenus();


