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()){
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#cccccc";
oncolor="#000000";
outfilter="Fade(duration=0.2)";
overfilter="Fade(duration=0.2)";
padding=2;;
separatorsize=0;
itemwidth=98;
itemheight=17;
align="center";
}

with(subStyle=new mm_style()){
bordercolor="#cccccc";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10px";
fontstyle="normal";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#cccccc";
oncolor="#000000";
outfilter="Fade(duration=0.2)";
overfilter="Fade(duration=0.2);Shadow(color=#000000', Direction=135, Strength=3)";
padding=5;
pagebgcolor="#ffffff";
separatorcolor="#cccccc";
separatorsize=1;
align="left";
itemwidth=120;
}

with(milonic=new menuname("Main")){
alwaysvisible=1;
position="absolute";
left=140;
top=37;
orientation="horizontal";
style=menuStyle;
aI("text=Calendar;url=calendar.html;");
aI("text=Donate;url=donate.html;");
aI("showmenu=Volunteer;text=Volunteer;");
aI("text=Links;url=links.html;");
aI("showmenu=About;text=About Us;");
aI("showmenu=Information;text=Information;");
}

with(milonic=new menuname("Volunteer")){
style=subStyle;
aI("text=Resources Needed;url=resources.htm;")
aI("text=How to Volunteer;url=volunteer.php;")
}

with(milonic=new menuname("About")){
style=subStyle;
aI("text=Participating Organizations;url=organizations.html;")
aI("text=Contact Information;url=contact.html;")
aI("text=Region Map;url=map.html;")
aI("text=Photos;url=photos.htm;")
aI("text=Meeting Minutes and Agendas;url=http://daniflood.org/DANIMinutesAgendas/?M=D;")

}

with(milonic=new menuname("Information")){
style=subStyle;
aI("text=March 2009 Flooding Information;url=FEMA1832DR.htm;")
aI("text=Disaster Cycle;url=disastercycle.htm;")
aI("text=Elevating Homes;url=Elevation.htm;")
aI("text=Case Management;url=casemanagement.htm;")
aI("text=Nehemiah Partners;url=nehemiahpartner.htm;")
aI("text=News about DANI;url=newspage.htm;")
aI("text=Need Help?;url=needhelp.htm;")
}

drawMenus();

