fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=0;
_menuOpenDelay=0;
_subOffsetTop=0;
_subOffsetLeft=0;
_subOpenDelay=0;
_subCloseDelay=0;

with(menuStyle=new mm_style()){
bordercolor="#9966CC";
borderstyle="solid";
borderwidth=.5;
fontfamily="Georgia";
fontstyle="normal";
fontsize="12";
color="#FF9933";
headerbgcolor="#ffffff";
headercolor="#9966CC";
menubgcolor="#FFFFFF"
offborder='.5px solid #9966CC';
offbgcolor="#FFFFFF";
offcolor="#FF9933";
onbgcolor="#FFFFFF";
oncolor="#9966CC";
padding=5;
separatorcolor="#9966CC";
separatorsize=.5;
subimage="images/nav-arrow.gif";
}

with(SubmenuStyle=new mm_style()){
bordercolor="#FF9933";
borderstyle="solid";
borderwidth=.5;
fontfamily="Georgia";
fontstyle="normal";
fontsize="12";
color="#9966CC";
headerbgcolor="#EEEEEE";
headercolor="#FF9933";
menubgcolor="#EEEEEE"
offborder='.5px solid #FF9933';
offbgcolor="#EEEEEE";
offcolor="#9966CC";
onbgcolor="#EEEEEE";
oncolor="#FF9933";
padding=5;
separatorcolor="#FF9933";
separatorsize=.5;
subimage="images/nav-arrow.gif";
}

with(pc=new menuname("About")){
style=menuStyle;
aI("showmenu=Healthy;text=Healthy Relationships;");
aI("showmenu=Unhealthy;text=Unhealthy Relationships;");
}

with(pc=new menuname("Healthy")){
style=SubmenuStyle;
aI("text=Friendly;url=http://www.theiclub.org/friendly.html;");
aI("text=Romantic;url=http://www.theiclub.org/romantic.html;");
}

with(pc=new menuname("Unhealthy")){
style=SubmenuStyle;
aI("text=Bullying;url=http://www.theiclub.org/bully.html;");
aI("text=Date Rape;url=http://www.theiclub.org/daterape.html;");
aI("text=Dating Violence;url=http://www.theiclub.org/violence.html;");
aI("text=Harassment;url=http://www.theiclub.org/harassment.html;");
aI("text=Sexual Abuse;url=http://www.theiclub.org/abuse.html;");
aI("text=Sexual Assault;url=http://www.theiclub.org/assault.html;");
aI("text=Stalking;url=http://www.theiclub.org/stalking.html;");
}


with(pc=new menuname("Boys")){
style=menuStyle;
aI("text=Events;url=/events-b.html;");
aI("text=Resources;url=/resources-b.html;");
aI("text=Contact;url=/contact-b.html;");
}

with(pc=new menuname("Girls")){
style=menuStyle;
aI("text=Events;url=/events-g.html;");
aI("text=Resources;url=/resources-g.html;");
aI("text=Contact;url=/contact-g.html;");
}

drawMenus();