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()){
fontfamily="Georgia, 'Times New Roman', Times, serif";
fontsize="70%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="transparent";
offcolor="#000000";
oncolor="#990000"; 
offbgcolor="transparent";
padding=14;
onClass="navigation";
offClass="navigation";
pageclass="milonicmain";
}

with(submenuStyle=new mm_style()){
fontfamily="Georgia, 'Times New Roman', Times, serif";
fontstyle="normal";
fontsize="70%";
fontweight="bold";
offbgcolor="#fdf3d9";
onbgcolor="#fdf3d9";
offcolor="#000000";
oncolor="#990000";
overfilter="Shadow(color='#000000', direction=135, strength=5);Alpha(style=0, opacity=100)";
padding=0;
align="left"
onClass="navigation";
offClass="navigation";
pageclass="milonicsub";
bordercolor="#d06f1a";
separatorcolor="#d06f1a";
borderwidth=1;
separatorsize=1;
padding=4;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
left=50;
aI("showmenu=Home;text=HOME;");
aI("image=divider.gif;type=header;offbgcolor=transparent");
aI("showmenu=About;text=ABOUT US;");
aI("showmenu=Donations;text=DONATIONS;image=divider.gif;");
aI("showmenu=Services;text=SERVICES;image=divider.gif");
aI("showmenu=Support;text=GET INVOLVED;image=divider.gif;");
aI("showmenu=News;text=NEWS & EVENTS;image=divider.gif;");
aI("showmenu=Gallery;text=GALLERY;image=divider.gif;");
aI("showmenu=Contact;text=CONTACT;image=divider.gif;");
}

with(milonic=new menuname("Home")){
left="offset=15px";
top="offset=-10px";
style=submenuStyle;
aI("text=Home/Mission Statement;url=http://www.poverellohouse.org/index.html;")
aI("text=Contact Information & Hours of Operation;url=http://www.poverellohouse.org/hours.html;")
}

with(milonic=new menuname("About")){
left="offset=15px";
top="offset=-10px";
style=submenuStyle;
aI("text=History;url=http://www.poverellohouse.org/history.html;")
aI("text=Board of Directors;url=http://www.poverellohouse.org/board.html;")
aI("text=Staff Directory;url=http://www.poverellohouse.org/staff.html;")
aI("text=Statistics;url=http://www.poverellohouse.org/research.html;")
//aI("text=FAQs;url=http://www.poverellohouse.org/faqs.html;")
}

with(milonic=new menuname("Services")){
left="offset=15px";
top="offset=-10px";
style=submenuStyle;
aI("text=Overview;url=http://www.poverellohouse.org/social.html;");
aI("text=Meals;url=http://www.poverellohouse.org/meals.html;");
aI("text=Rehabilitation;url=http://www.poverellohouse.org/rehab.html;");
aI("text=Homeless Court;url=http://www.poverellohouse.org/court.html;");
aI("text=Holy Cross Clinic;url=http://www.poverellohouse.org/holycross.html;");
aI("text=Village of Hope;url=http://www.poverellohouse.org/village.html;");
aI("text=Naomi's House;url=http://www.poverellohouse.org/naomi.html;");
}

with(milonic=new menuname("Support")){
left="offset=20px";
top="offset=-10px";
style=submenuStyle;
aI("showmenu=Volunteer;text=Volunteers >>;");
aI("showmenu=Amici;text=Amici del Poverello Guild >>;");
}

with(milonic=new menuname("News")){
left="offset=20px";
top="offset=-10px";
style=submenuStyle;
aI("text=Calendar;url=http://www.poverellohouse.org/calendar.html;");
aI("text=Monthly Thoughts;url=http://www.poverellohouse.org/mikescolumn.html;");
aI("text=Newsletters;url=http://www.poverellohouse.org/newsletters.html;");
aI("text=Press Releases;url=http://www.poverellohouse.org/press-releases.html;");
aI("text=Fundraisers;url=http://www.poverellohouse.org/fundraisers.html;");
}

with(milonic=new menuname("Donations")){
left="offset=20px";
top="offset=-10px";
style=submenuStyle;
aI("text=Donation Today!;url=http://www.poverellohouse.org/store/index.html;");
aI("text=Donate by Mail;url=http://www.poverellohouse.org/donate-by-mail.html;");
aI("text=Wish List;url=http://www.poverellohouse.org/wishlist.html;");
}


with(milonic=new menuname("Gallery")){
left="offset=20px";
top="offset=-10px";
style=submenuStyle;
aI("text=Photo Gallery;url=http://www.poverellohouse.org/slideshow/gallery.html;");
aI("text=Video Gallery;url=http://www.poverellohouse.org/video.html;");
}

with(milonic=new menuname("Contact")){
left="offset=20px";
top="offset=-10px";
style=submenuStyle;
aI("text=Contact Us;url=http://www.poverellohouse.org/contact.html;");
aI("text=Directions;url=http://www.poverellohouse.org/directions.html;");
}

with(milonic=new menuname("Amici")){
left="offset=3px";
style=submenuStyle;
aI("text=About the AMICI del POVERELLO Guild;url=http://www.poverellohouse.org/amici.html;");
aI("text=AMICI Events;url=http://www.poverellohouse.org/amici-events.html;");
//aI("text=Ticket Order Form-Brunch with Elvis;url=http://www.poverellohouse.org/docs/ELVIS.pdf;");
}

with(milonic=new menuname("Volunteer")){
left="offset=3px";
style=submenuStyle;
aI("text=Volunteering;url=http://www.poverellohouse.org/volunteer.html;");
aI("text=Opportunities;url=http://www.poverellohouse.org/volunteer-ops.html;");
}

drawMenus();


