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(menuStyle=new mm_style()){
align="center";
fontfamily="Arial Black, Verdana, Tahoma, Arial";
fontsize="80%";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offcolor="#052A16";
oncolor="#0C650C";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=85)";
padding=4;
separatorpadding=2;
subimage="navigation/arrow.gif";
subimagepadding=2;
}

with(menuStyle2=new mm_style()){
align="center";
fontfamily="Arial Black, Verdana, Tahoma, Arial";
fontsize="80%";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offcolor="#052A16";
oncolor="#0C650C";
offbgcolor="#C2A665";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=85)";
padding=4;
separatorpadding=2;
subimage="navigation/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Who")){
align="left";
style=menuStyle2;
aI("text=what we do;url=we-do.htm;");
aI("text=how it all started;url=we-how-it-all-started.htm;");
aI("text=our videos;url=we-video.htm;");
aI("text=board members;url=we-board-members.htm;");
aI("text=staff members;url=we-staff-team.htm;");
aI("text=research;url=we-research.htm;");
aI("text=links;url=we-links.htm;");
}

with(milonic=new menuname("Programs")){
style=menuStyle2;
align="left";
aI("text=project reach out;url=program-reach.htm;");
aI("text=reach out details;url=program-reach-details.htm;");
aI("text=After School Programs;url=program-After-School-Programs.htm;");
aI("text=School Programs;url=program-School-Programs.htm;");
aI("text=Community BBQs;url=program-Community-BBQs.htm;");
aI("text=stories from the street;url=programs-stories-from-the-street.htm;");
aI("text=wheelchair tennis;url=program-tennis.htm;");
aI("text=youth action team;url=program-youth.htm;");
}

with(milonic=new menuname("Events")){
style=menuStyle2;
align="left";
aI("text=pocomo hockey;url=event-hockey.htm;");
aI("text=pocomo fun day in the park;url=event-pocomo-fun-day-in-the-park.htm;");
aI("text=in the news;url=event-news.htm;");
}

with(milonic=new menuname("How")){
style=menuStyle2;
align="left";
aI("text=volunteering;url=how-volunteer.htm;");
aI("text=make a donation;url=how-donation.htm;");
aI("text=Host a fundraiser;url=how-Host-a-Fundraiser.htm;");
aI("text=Our perfect party store;url=how-our-perfect-party-store.htm;");
aI("text=opportunities;url=how-opportunities.htm;");
aI("text=power of plenty;url=how-power-of-plenty.htm;");
aI("text=you're making a difference;url=how-difference.htm;");
aI("text=planned giving;url=how-planned-giving.htm;");
aI("text=testimonials;url=how-testimonials.htm;");
aI("text=wish list;url=how-wish.htm;");
aI("text=supporters sponsors;url=how-supporters-sponsors.htm;");
}

drawMenus();


