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="#3e734d";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#4a8c5d";
offcolor="#FFFFFF";
onbgcolor="#458156";
oncolor="#FFFFFF";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#4a8c5d";
pagecolor="black";
separatorcolor="#3e734d";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=87;
orientation="horizontal";
style=menuStyle;
top=100;
aI("fontsize=9px;text=Home;url=index.html");
aI("fontsize=9px;text=Conditions we treat;url=conditions.html");
aI("fontsize=9px;text=Practitioners;showmenu=practitioners");
aI("fontsize=9px;text=Forms of treatment;showmenu=Forms of treatment");
aI("fontsize=9px;text=Locate Us;url=locateus.html");
aI("fontsize=9px;text=Contact Us;url=contactus.html");
}

with(milonic=new menuname("Forms of treatment")){
style=menuStyle;
aI("text=Osteopathy;url=formsoftreatment.html;");
aI("text=Podiatry & Chiropody;url=podiatry.html;");
}

with(milonic=new menuname("Practitioners")){
style=menuStyle;
aI("text=Jitendra Vara Do;url=jitendra.html;");
aI("text=Lucinda Johnston;url=ljohnstondo.html;");
aI("text=Linsey Howard;url=lhoward.html;");
aI("text=James Brice;url=jbrice.html;");
}

drawMenus();

