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;
screenposition="center";




with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="12";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#FFF0DB";
offcolor="#000000";
onbgcolor="#65659A";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="navy";
pagecolor="white";
separatorcolor="#999999";
separatorsize=1;
subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=2;
}

subStyle=new copyOf(menuStyle);
subStyle.offbgcolor="#EAC425";


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
top=155;
screenposition="center";
aI("text=Home;url=http://www.trauma-relief.com;");
aI("text=Couples/Marriage;url=http://www.trauma-relief.com/marriage.html;offbgcolor=#EAC425;offcolor=#008000;"); 
aI("text=Specialties;url=http://www.trauma-relief.com/expertise.html;");
aI("text=Trauma&nbsp;(PTSD);url=http://www.trauma-relief.com/grief.html;offbgcolor=#EAC425;offcolor=#008000;");
aI("text=Credentials;url=http://www.trauma-relief.com/qualifications.html;");
aI("showmenu=Forms;text=Forms;offbgcolor=#EAC425;offcolor=#008000;");
aI("text=About&nbsp;Me;url=http://www.trauma-relief.com/about.html;");
aI("text=Books;url=http://www.trauma-relief.com/books.html;offbgcolor=#EAC425;offcolor=#008000;");
aI("text=Helpful&nbsp;Information;url=http://www.trauma-relief.com/links.html;");
 aI("text=Contact&nbsp;Me;url=http://www.trauma-relief.com/contact.html;offbgcolor=#EAC425;offcolor=#008000;");
}

with(milonic=new menuname("Forms")){
overflow="scroll";
style=subStyle;
aI("text=Intake&nbsp;Questionnaire;url=http://www.trauma-relief.com/intake.pdf;")
aI("text=Client&nbsp;Agreement;url=http://www.trauma-relief.com/agreement.pdf;")
aI("text=Disclosure&nbsp;Statement;url=http://www.trauma-relief.com/disclosure.pdf;")
aI("text=Release&nbsp;Form;url=http://www.trauma-relief.com/authorization.pdf;")
}

drawMenus();

