fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=450;
_menuOpenDelay=200;
_subOffsetTop=0;
_subOffsetLeft=2;




with(submenuStyle=new mm_style()){
fontfamily="Verdana";
fontsize="80%";
fontstyle="normal";
fontweight="bold";
high3dcolor="#9a82cc";
low3dcolor="#FFFFFF";
offbgcolor="#2e1364";
offborder="1px solid #C0C0C0";
offcolor="#A4A3A1";
onbgcolor="#9a82cc";
onborder="2px outset #515151";
oncolor="#ffffff";
onsubimage="http://img.milonic.com/white_13x13_tb.gif";
overfilter="Fade(duration=0.5);Shadow(color=#616261,Direction=130,Strength=3";
padding=4;
separatorcolor="#515151";
separatorsize=1;
subimage="http://img.milonic.com/grey_13x13_tb.gif";
subimagepadding=4;
}

with(menuStyle=new mm_style()){
styleid=1;
fontfamily="Verdana";
fontsize="85%";
fontstyle="normal";
fontweight="bold";
high3dcolor="#9a82cc";
low3dcolor="#FFFFFF";
offbgcolor="#2e1364";
offborder="1px solid #C0C0C0";
offcolor="#A4A3A1";
onbgcolor="#9a82cc";
onborder="2px outset #515151";
oncolor="#ffffff";
onsubimage="http://img.milonic.com/white_13x13_tb.gif";
overfilter="Fade(duration=0.5);Shadow(color=#616261,Direction=130,Strength=3";
padding=4;
separatorcolor="#515151";
separatorsize=1;
subimage="http://img.milonic.com/grey_13x13_tb.gif";
subimagepadding=4;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="vertcal";
style=menuStyle;
aI("text=Home;url=index.html;");
aI("text=Our Mission;url=mission.html;");
aI("text=Crystal Judson DVPP;url=cj_dvpp.html;");
aI("text=Law Enforcement;url=law_enforcement.html;");
aI("showmenu=Victims;text=Victims;");
aI("text=Attorneys;url=attorneys.html;");
aI("showmenu=Volunteers;text=Volunteers;");
aI("showmenu=Resources;text=Resources;");
aI("text=Board of Directors;url=board_of_directors.html;");
aI("text=Donations;url=donations.html;");
aI("text=Contact;url=contact.html;");
}

with(milonic=new menuname("Victims")){
style=submenuStyle;
aI("text=Victims;url=victims.html;");
aI("text=Survivors Stories;url=survivors_stories.html;");
aI("text=Empty Chair;url=empty_chair.html;");
}

with(milonic=new menuname("Volunteers")){
style=submenuStyle;
aI("text=Declaration;url=declaration.html;");
aI("text=Death Review Committee;url=oidv_drc.html;");
aI("text=Speakers Bureau;url=oidv_sb.html;");
aI("text=Victim Advocates;url=volunteer_victim_advocates.html;");
}

with(milonic=new menuname("Resources")){
style=submenuStyle;
aI("text=Individuals;url=resources_individuals.html;");
aI("text=Agencies;url=resources_agencies.html;");
aI("text=Research/Documents;url=resources_documents.html;");
}

drawMenus();


