fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500; // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50; // The time delay before menus open on mouse over
_subOffsetTop=2;  // Sub menu top offset
_subOffsetLeft=-2;  // Sub menu left offset


with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Helvetica, Verdana, Tahoma, sans-serif";
fontsize="10px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#FBFAFA";
offcolor="#486755";
onbgcolor="#486755";
oncolor="#ffffff";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#AE9658";
pagecolor="#ffffff";
separatorcolor="#999999";
separatorsize=1;
//subimage="arrow.gif";
//subimagepadding=2;
}


with(milonic=new menuname("about_tcm")){
top=-1;
left=-8;
style=menuStyle;
aI("text=frameworks;url=/about/frameworks.html;")
aI("text=mind/body;url=/about/mind_body.html;")
aI("text=treatment types;url=/about/treatment.html;")
}

with(milonic=new menuname("diagnosis")){
top=-1;
left=23;
style=menuStyle;
aI("text=office visits;url=/treatments/officevisits.html;")
aI("text=acupuncture;url=/treatments/acupuncture.html;")
aI("text=herbal medicine;url=/treatments/herbal_medicine.html;")
}

with(milonic=new menuname("conditions")){
itemwidth=130;
top=-1;
left=-15;
style=menuStyle;
aI("text=fertility;url=/conditions/fertility.html;")
aI("text=digestion;url=/conditions/digestion.html;")
aI("text=stress, anxiety and depression;url=/conditions/mental_health.html;")
aI("text=pain management;url=/conditions/pain_management.html;")
aI("text=women's health;url=/conditions/womens_health.html;")
aI("text=studies on acupuncture's effectiveness;url=/conditions/studies.html;")
}

drawMenus();

