_menuCloseDelay=0           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10          // Sub menu left offset

with(menuStyle=new mm_style()){
onbgcolor="#330066";
oncolor="#6699FF";
offbgcolor="#330066";
offcolor="#FFFFFF";
bordercolor="#666699";
borderstyle="solid";
borderwidth=1;
separatorcolor="#666699";
separatorsize="1";
padding=5;
fontsize="12px";
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
fontweight="normal";
pagecolor="#6699FF";
pagebgcolor="#330066";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.1);Alpha(opacity=100)";
outfilter="randomdissolve(duration=0.1)";
}

with(milonic=new menuname("My Work")){
style=menuStyle;
overflow="";
aI("text=My Treatment Philosophy;url=my_treatment_philosophy.htm;");
aI("text=Credentials & Experience;url=credentials_experience.htm;");
aI("text=Mothers & Daughters;url=mothers_daughters.htm;");
}

with(milonic=new menuname("My Book")){
style=menuStyle;
aI("text=Table of Contents;url=table_of_contents.htm;");
}

drawMenus();


