fixMozillaZIndex=true;
_menuCloseDelay=300;
_menuOpenDelay=50;
_subOffsetTop=0;
_subOffsetLeft=1;

with(menu_style=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial, sans-serif";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#999999";
onbgcolor="#ffffff";
oncolor="#666666";
padding="3px 9px 3px 9px";
separatorsize=0;
}

with(milonic=new menuname("about_menu")){
style=menu_style;
top=5;
left=-5;
aI("text=How We Help;url=about-help.php;");
aI("text=Programs;url=about-programs.php;");
aI("text=Agencies;url=about-agencies.php;");
}

with(milonic=new menuname("involved_menu")){
style=menu_style;
top=5;
left=-5;
aI("text=Volunteer;url=involved-volunteer.php;");
aI("text=Food Drive;url=involved-food-drive.php;");
aI("text=Other Ways to Help;url=involved-other-ways.php;");
}

with(milonic=new menuname("events_menu")){
style=menu_style;
top=5;
left=-5;
aI("text=Events Calendar;url=events-calendar.php;");
aI("text=Food Aid;url=events-food-aid.php;");
aI("text=Lunch Money Day;url=lunch-money-day.php;");
aI("text=Vintage Wine Auction;url=events-vintage-wine.php;");
aI("text=Drive Away Hunger;url=events-drive-away.php;");
}

with(milonic=new menuname("news_menu")){
style=menu_style;
top=5;
left=-5;
aI("text=News Releases;url=news-releases.php;");
aI("text=FoodBytes;url=news-foodbytes.php;");
aI("text=Annual Reports;url=news-annual-reports.php;");
}

with(milonic=new menuname("donate_menu")){
style=menu_style;
top=5;
left=-5;
aI("text=Make a Donation;url=donate.php;");
aI("text=Planned Giving;url=donate-planned-giving.php;");
}

with(milonic=new menuname("contact_menu")){
style=menu_style;
top=5;
left=-5;
aI("text=General Inquiries;url=contact-general.php;");
aI("text=Board of Directors;url=contact-board.php;");
aI("text=Staff;url=contact-staff.php;");
}

drawMenus();