fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#ddffdd";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=170;
orientation="horizontal";
style=menuStyle;
top=92;
aI("text=Home;url=http://www.drheskell.com/;");
aI("showmenu=AboutChiropractic;text=About Chiropractic;");
aI("showmenu=OurFacility;text=Our Facility;");
aI("showmenu=ContactInformation;text=Contact Information;");

}

with(milonic=new menuname("AboutChiropractic")){
overflow="scroll";
style=menuStyle;
aI("text=What is Chiropractics?;url=http://www.drheskell.com/chiropractics.html;")
aI("text=What can it do for you?;url=http://www.drheskell.com/whatcanitdo.html;")
aI("text=The Road to Recovery;url=http://www.drheskell.com/roadtorecovery.html;")
aI("text=Questions and Answers;url=http://www.drheskell.com/questions.html;")
aI("text=Helpful Stretches;url=http://www.drheskell.com/stretches.html;")
aI("text=Nutritional Information;url=http://www.drheskell.com/nutrition.html;")

}

with(milonic=new menuname("OurFacility")){
style=menuStyle;
aI("text=Our Purpose;url=http://www.drheskell.com/ourpurpose.html;");
aI("text=Wellness Tour;url=http://www.drheskell.com/wellnesstour.html;");
aI("text=Patient Testimonials;url=http://www.drheskell.com/testimonial.html;");
aI("text=Experience Hydrotherapy;url=http://www.drheskell.com/aquamed.html;");
aI("text=Special Promotions;url=http://www.drheskell.com/ads.html;");

}

with(milonic=new menuname("ContactInformation")){
style=menuStyle;
aI("text=Email/Phone;url=http://www.drheskell.com/email.html;");
aI("text=Directions;url=http://maps.google.com/maps?oi=map&q=1+Miller+Road,+Farmingdale,+NY+11735;");
aI("text=Hours of Operation;url=http://www.drheskell.com/hours.html;");
}



drawMenus();


