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=0;
_subOffsetLeft=-0;

with(menuStyle=new mm_style()){
bordercolor="#AFAFAF";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#1E243E";
onbgcolor="#FFFFE4";
oncolor="#1E243E";
outfilter="";
overfilter="";
padding=4;
pagebgcolor="#FFFFE4";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="";
subimagepadding=2;
}

with(milonic=new menuname("AboutDTL")){
style=menuStyle;
itemwidth=107;
aI("text=Project Goals;url=projectgoals.html;")
aI("text=Beneficiaries;url=beneficiaries.html;")
aI("text=People;url=people.html;")
}

with(milonic=new menuname("Media")){
style=menuStyle;
itemwidth=106;
aI("text=News;url=news.html;")
aI("text=Press Releases;url=pressreleases.html;")
aI("text=Article Archive;url=articlearchive.html;")
aI("text=Past Events;url=pastevents.html;")
}

with(milonic=new menuname("DTLA")){
style=menuStyle;
itemwidth=106;
aI("text=Book Facts;url=bookfacts.html;")
aI("text=Artists;url=artists.html;")
aI("text=Preview;url=preview.html;")
aI("text=Sponsors;url=sponsors.html;")
}

drawMenus();