

_menuCloseDelay=250           // The time delay for menus to remain visible on mouse out default 500
_menuOpenDelay=75            // The time delay before menus open on mouse over default 150
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x




with(menuStyle=new mm_style()){
onbgcolor="#CACD9C";
oncolor="#606CB6";
offbgcolor="#fbfaef";
offcolor="#261839";
bordercolor="#B5B0B3";
borderstyle="";
borderwidth="1";
separatorcolor="";
separatorsize="0";
padding=6;
fontsize="10pt";
fontstyle="normal";
fontfamily="Trebuchet MS, Verdana, Arial, Helvetica";
pagecolor="#261839"; //current page
pagebgcolor="#fbfaef";
headercolor="#261839";
headerbgcolor="#261839";
subimage="";
subimagepadding="0";
//overfilter="Fade(duration=0.1);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=0)";
//outfilter="randomdissolve(duration=0.1)";
}


with(milonic=new menuname("about")){
style=menuStyle;
aI("text=Theory;url=index.html;");
aI("text=Treatment;url=about_treatment.html;");
aI("text=Testimonials;url=about_testimonials.html;");
}

with(milonic=new menuname("history")){
style=menuStyle;
aI("text=Hurley/Osborn;url=history_hurleyosborn.html;");
aI("text=Hurley;url=history_hurley.html;");
aI("text=Osborn;url=history_osborn.html;");

}





drawMenus();


