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(ScrollingSampStyle=new mm_style()){
bordercolor="#666666";
borderstyle="solid";
borderwidth=0;
fontfamily="georgia, times";
fontsize="12px";
offbgcolor="none";
offcolor="#ffffff";
onbgcolor="none";
oncolor="#FF9900";
padding=1;
pagecolor="#2a6aa7";
pagebgcolor="#FFFfff";
headercolor="#000000";
headerbgcolor="#ffffff";
separatorwidth="20"
separatorcolor="none"
}

with(ScrollingSampStyle1=new mm_style()){
bordercolor="#666666";
borderstyle="solid";
borderwidth=0;
fontfamily="georgia, times";
fontsize="12px";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#ffffff";
oncolor="#2a6aa7";
padding=5;
pagecolor="#2a6aa7";
pagebgcolor="#FFFfff";
headercolor="#000000";
headerbgcolor="#ffffff";
separatorwidth="20"
separatorcolor="none"
}



with(milonic=new menuname("services")){
overflow="scroll";
style=ScrollingSampStyle1;
aI("text=Counseling/Therapy/Mental Health;url=counseling.shtml;");
aI("text=Psychological Evaluations;url=psychological_evaluations.shtml;");
aI("text=Consulting/Seminars/Presentations;url=seminars.shtml;");
aI("text=ADR:  Mediation/Arbitration;url=adr.shtml;");
aI("text=MD State Certified DWI/DUI Education;url=dwi-dui_classes.shtml;");
aI("text=MD State Certified Substance Abuse Program;url=dwi-dui_classes.shtml;");


}

with(milonic=new menuname("md")){
overflow="scroll";
style=ScrollingSampStyle1;
aI("text=DWI/DUI Education;url=dwi-dui_classes.shtml;");
aI("text=Substance Abuse Treatment;url=substance_abuse.shtml;");
}

with(milonic=new menuname("online")){
overflow="scroll";
style=ScrollingSampStyle1;
aI("text=Information & Resources;url=online_counseling.shtml;");
aI("text=Services;url=online_services.shtml;");
aI("text=Fees;url=online_fees.shtml;");
aI("text=Contact;url=contact.shtml;");
}



drawMenus();


