


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(EasySampleStyle=new mm_style()){
onbgcolor="";
oncolor="#660066";
offbgcolor="";
offcolor="#0066CC";
bordercolor="";
borderstyle="";
borderwidth=0;
padding=5;
fontsize="13";
fontstyle="normal";
fontweight="bold";
fontfamily="tahoma,verdana,helvetica";
align="center"
}

with(milonic=new menuname("Acupuncture")){
style=EasySampleStyle;
top=90;
left=390;
alwaysvisible=1;
aI("text=Acupuncture;url=http://www.capecodwellness.com/acupuncture.asp;status=Acupuncture;");
}

with(milonic=new menuname("Chiropractic")){
style=EasySampleStyle;
top=225;
left=45;
alwaysvisible=1;
aI("text=Network<br>Chiropractic;url=http://www.capecodwellness.com/network.asp;status=Chiropractic;");
}

with(milonic=new menuname("Chinese Herbal Medicine")){
style=EasySampleStyle;
top=82;
left=260;
alwaysvisible=1;
aI("text=Chinese Herbal<br>Medicine;url=http://www.capecodwellness.com/chinese.asp;status=Chinese Herbal Medicine;");
}

with(milonic=new menuname("Detox Machine")){
style=EasySampleStyle;
top=135;
left=100;
alwaysvisible=1;
aI("text=Detox Machine;url=http://www.capecodwellness.com/aqua_chi.asp;status=Detox Machine;");
}

with(milonic=new menuname("Feng Shui")){
style=EasySampleStyle;
top=175;
left=62;
alwaysvisible=1;
aI("text=Feng Shui;url=http://www.capecodwellness.com/fengshui.asp;status=Feng Shui;");
}

with(milonic=new menuname("Hypnobirthing")){
style=EasySampleStyle;
top=280;
left=85;
alwaysvisible=1;
aI("text=Hypnobirthing;url=http://www.gentlebirthcapecod.com;status=Hypnobirthing;");
}

with(milonic=new menuname("Links")){
style=EasySampleStyle;
top=360;
left=280;
alwaysvisible=1;
aI("text=Links;url=http://www.capecodwellness.com/links.asp;status=Links;");
}

with(milonic=new menuname("Massage Therapy")){
style=EasySampleStyle;
top=325;
left=160;
alwaysvisible=1;
aI("text=Massage Therapy;url=http://www.capecodwellness.com/massage.asp;status=Massage Therapy;");
}

with(milonic=new menuname("Natural Foods")){
style=EasySampleStyle;
top=120;
left=510;
alwaysvisible=1;
aI("text=Natural Foods;url=http://www.capecodnaturalmarket.com;status=Natural Foods;");
}

with(milonic=new menuname("Naturopathic Medicine")){
style=EasySampleStyle;
top=195;
left=595;
alwaysvisible=1;
aI("text=Naturopathic<br>Medicine;url=http://www.capecodwellness.com/naturopathy.asp;status=Naturopathic Medicine;");
}

with(milonic=new menuname("Yoga")){
style=EasySampleStyle;
top=100;
left=195;
alwaysvisible=1;
aI("text=Yoga;url=http://www.capecodwellness.com/yoga.asp;status=Yoga;");
}

with(milonic=new menuname("Reiki")){
style=EasySampleStyle;
top=250;
left=645;
alwaysvisible=1;
aI("text=Reiki;url=http://www.capecodwellness.com/reiki.asp;status=Reiki;");
}

with(milonic=new menuname("Yoga Therapy")){
style=EasySampleStyle;
top=285;
left=600;
alwaysvisible=1;
aI("text=Yoga Therapy;url=http://www.capecodwellness.com/yoga_therapy_corso.asp;status=Yoga Therapy;");
}

/*
with(milonic=new menuname("Calendar")){
style=EasySampleStyle;
top=305;
left=585;
alwaysvisible=1;
aI("text=Calendar;url=http://www.capecodwellness.com/script/ASPCalendar/calendar.asp;status=Calendar;");
}
*/

with(milonic=new menuname("Kabbalistic Healing")){
style=EasySampleStyle;
top=355;
left=360;
alwaysvisible=1;
aI("text=Kabbalistic<br>Healing;url=http://www.capecodwellness.com/linda_massage.asp;status=Kabbalistic Healing;");
}

with(milonic=new menuname("Astrology")){
style=EasySampleStyle;
top=160;
left=570;
alwaysvisible=1;
aI("text=Astrology;url=http://www.capecodwellness.com/astrology.asp;status=Astrology;");
}

with(milonic=new menuname("Soul Readings Past Life Therapy")){
style=EasySampleStyle;
top=335;
left=475;
alwaysvisible=1;
aI("text=Soul Readings/<br>Past Life Therapy;url=http://www.capecodwellness.com/katrina.asp;status=Soul Readings/Past Life Therapy;");
}

drawMenus();
