fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;  // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150;  // The time delay before menus open on mouse over
_subOffsetTop=10;    // Sub menu top offset
_subOffsetLeft=-10;  // Sub menu left offset




with(menuStyle=new mm_style()){
bordercolor="#010101";
borderstyle="solid";
borderwidth=0;
fontfamily="Helvetica, Arial, Verdana, Tahoma";
fontsize="80%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#010101";
offcolor="#515151";
onbgcolor="#333333";
oncolor="#ffffff";
outfilter="Fade(duration=0.4)";
overfilter="Fade(duration=0.4);Alpha(opacity=90)";
padding=5;
pagebgcolor="#000000";
pagecolor="black";
separatorcolor="";
separatorsize=0;
subimage="";
subimagepadding=0;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("image=images/leftnav.gif;overimage=images/leftnav.jpg;showmenu=Left;");
aI("image=images/home.jpg;overimage=images/home2.jpg;showmenu=Home;url=?page=home");
aI("image=images/about.jpg;overimage=images/about2.jpg;showmenu=About;");
aI("image=images/trailer.jpg;overimage=images/trailer2.jpg;showmenu=Trailer;url=?page=trailer");
aI("image=images/screenings.jpg;overimage=images/screenings2.jpg;showmenu=Screenings;url=?page=screenings");
aI("image=images/behind.jpg;overimage=images/behind2.jpg;showmenu=Behind;");
aI("image=images/outreach.jpg;overimage=images/outreach2.jpg;showmenu=Outreach;");
aI("image=images/pressroom.jpg;overimage=images/pressroom2.jpg;showmenu=Pressroom;");
aI("image=images/contact.jpg;overimage=images/contact2.jpg;showmenu=Contact;url=?page=contact");
aI("image=images/rightnav.gif;overimage=images/rightnav.jpg;showmenu=Right;");
}

with(milonic=new menuname("About")){
style=menuStyle;
margin=0;
aI("text=Synopses;url=?page=synopses;");
aI("text=Director's Statement;url=?page=director;");
aI("text=Crew;url=?page=crew;");
aI("text=Cast;url=?page=cast;");
aI("text=Credits;url=?page=credits;");
aI("text=The Walk;url=?page=walk;");
aI("text=The Neighborhood;url=?page=neighborhood;");

}

with(milonic=new menuname("Behind")){
style=menuStyle;
margin=0;
aI("text=Production Photos;url=http://theonewayz.com/production.php;target=_new;targetfeatures=width=500,height=462;");
aI("text=Videos;url=?page=videos;");
aI("text=Interviews;url=?page=interviews;");
}

with(milonic=new menuname("Outreach")){
style=menuStyle;
margin=0;
aI("text=The Issues;url=?page=issues;");
aI("text=Community Forum;url=?page=community;");
}

with(milonic=new menuname("Pressroom")){
style=menuStyle;
margin=0;
aI("text=Press Kit;url=http://theonewayz.com/docs/oneqayz_presskit.pdf;target=_new;");
aI("text=Production Stills;url=http://theonewayz.com/still.php;target=_new;targetfeatures=width=500,height=462;");
aI("text=News;url=?page=news;");
}

drawMenus();

