


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=15               // Sub menu top offset
_subOffsetLeft=-10           // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#FFFFFF";
onbold=0;
oncolor="#000000";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#7390AB";
borderstyle="solid";
borderwidth=0;
separatorcolor="#7390AB";
separatorsize="1";
padding=0;
fontsize="12";
fontweight="normal";
fontfamily="Helvetica,Verdana,Arial,Tahoma";
overfilter="Fade(duration=0.1);Alpha(opacity=100)";
outfilter="randomdissolve(duration=0)";
ondecoration="underline";
itemwidth=90;
align='center';

}

with(submenuStyle=new mm_style()){
// onbgcolor="#000000";
//oncolor="#000000";
// offbgcolor="#000000";
//offcolor="#000000";
// bordercolor="#000000";
// borderstyle="solid";
// borderwidth=2;
// borderstyle="solid";
// borderwidth=1;
//separatorcolor="#000000";
//padding=10;
//fontsize="12px";
//fontfamily="Verdana,Arial,Tahoma";
//ondecoration="underline";
//menubgimage="menuBckGry.gif";
}


with(milonic=new menuname("about")){
style=menuStyle;
aI("text=Our Mission;url=mission.asp;");
aI("text=Education;url=education.asp;");
}

with(milonic=new menuname("community")){
style=menuStyle;
aI("text=Sponsors;url=sponsors.asp;");
aI("text=Events Calendar;url=calendar.asp;");
aI("text=Project: No Gangs;url=project.asp;");
aI("text=Students Make an Impact;url=impact.asp;");
}

with(milonic=new menuname("info")){
style=menuStyle;
aI("text=Info for Businesses;url=businesses.asp;");
aI("text=Drug Proofing Your Home;url=drugproofing.asp;");
aI("text=Annual Review Report;url=annualreview.asp;");
aI("text=Hotlines and Services;url=hotlines.asp;");
}

drawMenus();