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=10;
_subOffsetLeft=-10;


with(menuStyle=new mm_style()){
borderwidth=0;
fontfamily="Georgia, Times New Roman, Times, serif";
fontsize="95%";
fontstyle="normal";
fontweight="normal";
offcolor="#301308";
oncolor="#7a003c";
outfilter="Fade(duration=0.5)";
rawcss="padding-left:17px;padding-right:17px;padding-top:6px;padding-bottom:5px;";
separatorcolor="#b7ada7";
separatorsize=1;
}

with(menuStyleSub=new mm_style()){
bordercolor="#c1bab8";
borderstyle="solid";
borderwidth=1;
fontfamily="Georgia, Times New Roman, Times, serif";
fontsize="75%";
fontstyle="normal";
fontweight="normal";
offcolor="#301308";
offbgcolor="#e6e1dd";
oncolor="#7a003c";
outfilter="Fade(duration=0.5)";
rawcss="padding-left:17px;padding-right:17px;padding-top:6px;padding-bottom:5px;";
separatorcolor="#b7ada7";
separatorsize=1;

}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;

aI("text=home;url=./index.htm;");
aI("text=about;url=./about.htm;");
aI("text=services;url=./services.htm;");
aI("showmenu=therapists;text=therapists;url=./therapists.htm;");
aI("text=location;url=./location.htm;");
aI("text=resources;url=./resources.htm;");
aI("text=contact;url=./contact.htm;");
}

with(milonic=new menuname("therapists")){
overflow="scroll";
style=menuStyleSub;
aI("text=Ray Jocksch;url=./therapists-RayJocksch.htm;")
aI("text=Kevin R. Button;url=./therapists-KevinRButton.htm;")
aI("text=Mara L. Shular;url=./therapists-MaraLShular.htm;")
}

drawMenus();

