fixMozillaZIndex=true;
_menuCloseDelay=800;
_menuOpenDelay=150;
_subOffsetTop=4;
_subOffsetLeft=-4;

imageDir='Images';


with(menuStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
align='left';
headerbgcolor="#ffffff";
headercolor="#000000";
high3dcolor="#000000";
low3dcolor='#000000';
offbgcolor="#5E5E78";	<!-- OFF CELL background color - all cells in dropdown  -  Old cell color = #478080    Dark Green = #153035   Dark indigo = #2C2B53  lighter grey = #696F84 >
offcolor="#000000";		<!-- OFF text color >
onbgcolor="#ffffff";		<!-- CELL background color on mouseover>
oncolor="#669999";		<!-- TEXT color on mouseover >
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=6;
pagebgcolor="#82B6D7";     <!-- CELL background color for on current page>
pagecolor="black";
separatorcolor="none";
separatorsize=0;
subimage="";
subimagepadding=5;
}


with(submenuStyle=new mm_style()){
bordercolor="#006B78";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
align='left';
headerbgcolor="#ffffff";
headercolor="#000000";
high3dcolor="#000000";
low3dcolor='#000000';	 
offbgcolor="#5E5E78";	<!-- OFF CELL background color - all cells in dropdown  -  Old cell color = #478080   Dark Green = #153035   Dark indigo = #2C2B53  lighter grey = #696F84 >
offcolor="#FFFFFF";		<!-- OFF text color >
onbgcolor="#FFFFFF";		<!-- CELL background color on mouseover>
oncolor="#A5B753";		<!-- TEXT color on mouseover  -   was #666666>
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=6;
pagebgcolor="#A5B755";         <!-- CELL background color for on current page>
pagecolor="black";
separatorcolor="none";
separatorsize=0;
subimage=imageDir+"/arrow.gif";
subimagepadding=5;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
screenposition='center';
top="offset=180";
style=menuStyle;
aI("image="+imageDir+"/home_off.jpg;overimage="+imageDir+"/home_on.jpg;showmenu=Home;url=/index.htm;");
aI("image="+imageDir+"/about_off.jpg;overimage="+imageDir+"/about_on.jpg;showmenu=About Us;url=/about_new.htm;");
aI("image="+imageDir+"/treat_off.jpg;overimage="+imageDir+"/treat_on.jpg;showmenu=What We Treat;url=/what_we_treat.htm;");
aI("image="+imageDir+"/services_off.jpg;overimage="+imageDir+"/services_on.jpg;showmenu=Services;url=/acupuncture.htm;");
aI("image="+imageDir+"/location_off.jpg;overimage="+imageDir+"/location_on.jpg;url=/contact.htm;");
}

with(milonic=new menuname("Home")){
style=submenuStyle;
aI("text=Visit Our Blog for the Latest News;url=http://blog.pointsforwellness.com/;");
}

with(milonic=new menuname("About Us")){
style=submenuStyle;
aI("text=Practitioners;url=/about_new.htm;");
aI("text=Client Testimonials;url=/testimonials.htm;");
aI("text=Forms & Rates;url=/forms_rates.htm;");
aI("text=Contact Us;url=/contact.htm;");
}

with(milonic=new menuname("Services")){
style=submenuStyle;
aI("text=Acupuncture;url=/acupuncture.htm;");
aI("text=Herbal Medicine;url=/herbal_meds.htm;");
aI("text=Massage Therapy;url=/massage.htm;");
aI("text=Functional Medicine;url=/function_meds.htm;");
aI("text=Nutrition & Fitness;url=/nutrition_fitness.htm;");
}

with(milonic=new menuname("What We Treat")){
style=submenuStyle;
aI("text=Fertility & Women's Health;url=/fertil_repro.htm;");
aI("text=Acute and Chronic Pain;url=/pain.htm;");
aI("text=Internal Medicine;url=/internal_meds.htm;");
aI("text=Allergy Elimination • NAET;url=/allergy_elim.htm;");
aI("text=FAQ's;url=/FAQs.htm;");
}

function refresh()
{
    window.location.href=window.location.href;
}

drawMenus();

window.onresize = refresh;


<!--  aI("image="+imageDir+"/topnav_left_fade1.jpg;");  -->
<!-- aI("image="+imageDir+"/topnav_tile1.jpg;width=100%;");  -->