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="#B7D7FB";
// borderstyle="solid";
// borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
itemwidth=154;
margin=0;
// screenposition="center"  //top, left or center and top, middle or bottom
offbgcolor="#ffffff";
offcolor="#1F5BB6";
onbgcolor="#DDEEFF";
oncolor="#6699FF";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#ffffff', Direction=135, Strength=0)";
padding=5;
pagebgcolor="#ffffff";
pagecolor="#004DCC";
// separatorcolor="";
separatorsize=0;
//subimage="arrow.gif";
//subimagepadding=0;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
followscroll=1;
left=8;
orientation="vertical";
style=menuStyle;
top=330;
aI("text=Home;url=http://www.sandiegotherapydoctor.com/;");
aI("text=Kristin Zeising, Psy.D.;url=http://www.sandiegotherapydoctor.com/therapist-kristin-zeising.htm");
aI("text=Therapy Services;url=http://www.sandiegotherapydoctor.com/therapy-services.htm;showmenu=services");
aI("text=F.A.Q.;url=http://www.sandiegotherapydoctor.com/faq.htm");
//aI("text=Relationship Health;url=http://www.sandiegotherapydoctor.com/relationship-health.htm");
aI("text=Relationship Tips;url=http://www.sandiegotherapydoctor.com/relationship-advice-tips.htm");

aI("text=Suggested Reading;url=http://www.sandiegotherapydoctor.com/suggested-reading.htm");
aI("text=Internet Resources;url=http://www.sandiegotherapydoctor.com/resources.htm");
aI("showmenu=office;text=Office Information;");

aI("text=Office Forms & Policies;url=http://www.sandiegotherapydoctor.com/office-policies.htm");
aI("text=Contact Us;url=http://www.sandiegotherapydoctor.com/contact.htm");

//aI("showmenu=MyMilonic;text=My Milonic;");
}

with(menuStyleSub=new mm_style()){
bordercolor="#B7D7FB";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#1F5BB6";
onbgcolor="#DDEEFF";
oncolor="#6699FF";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#ffffff', Direction=135, Strength=0)";
padding=5;
pagebgcolor="#ffffff";
pagecolor="#004DCC";
separatorcolor="#B7D7FB";
separatorsize=1;
//subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("services")){
overflow="scroll";
itemwidth=140;
style=menuStyleSub;
aI("text=Individual Therapy;url=http://www.sandiegotherapydoctor.com/individual-therapy.htm;")
aI("text=Couples Therapy;url=http://www.sandiegotherapydoctor.com/couple-therapy.htm;")


}

with(milonic=new menuname("office")){
overflow="scroll";
itemwidth=100;
style=menuStyleSub;
aI("text=Disclaimer;url=http://www.sandiegotherapydoctor.com/disclaimer.htm;")
aI("text=Site Privacy;url=http://www.sandiegotherapydoctor.com/privacy.htm;")


}


drawMenus();

