

_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=2;             // Sub menu top offset
_subOffsetLeft=-2;            // Sub menu left offset



with(menuStyle=new mm_style()){
//onbgcolor="#99A4A9";
//oncolor="#E4DEBE";
//offbgcolor="#99A4A9";
//offcolor="#ffffff";
//bordercolor="#296488";
//borderstyle="solid";
//borderwidth=1;
//separatorcolor="#2D729D";
//separatorsize="0";
//padding=1;
//fontsize="11";
//fontstyle="normal";
//fontfamily="Arial, Helvetica, sans-serif";
//pagecolor="black";
//pagebgcolor="#99A4A9";
//headercolor="#000000";
//headerbgcolor="#ffffff";
subimage="menu/arrow2.gif";
//subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);)";
//outfilter="randomdissolve(duration=0.3)";
offbgcolor="#D4040D";
onbgcolor="#D4040D";
oncolor="#FCFFB7";
offcolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
padding=2;
fontsize="12px";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Helvetica, sans-serif";
//menubgimage="viz/logobg.gif";
}


with(menuStyle2=new mm_style()){
//onbgcolor="#99A4A9";
//oncolor="#E4DEBE";
//offbgcolor="#99A4A9";
//offcolor="#ffffff";
//bordercolor="#296488";
//borderstyle="solid";
//borderwidth=1;
//separatorcolor="#2D729D";
//padding=1;
//fontsize="11";
//fontstyle="normal";
//fontfamily="Arial, Helvetica, sans-serif";
//pagecolor="black";
//pagebgcolor="#99A4A9";
//headercolor="#000000";
//headerbgcolor="#ffffff";
//subimage="menu/arrow2.gif";
//subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);)";
//outfilter="randomdissolve(duration=0.3)";
offbgcolor="#D4040D";
onbgcolor="#D4040D";
oncolor="#FCFFB7";
offcolor="#ffffff";
borderstyle="solid";
borderwidth=1;
bordercolor="#2E2E2E";
separatorcolor="#2E2E2E";
separatorsize="1";
padding=2;
fontsize="12px";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Helvetica, sans-serif";
//menubgimage="viz/logobg.gif";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="center";
top="offset=105";
left="offset=-112";
alwaysvisible=1;
orientation="horizontal";
aI("text=;url=;");
aI("text=<b>About the Film</b>;showmenu=aboutthefilm;");
aI("text=<b>&nbsp;|&nbsp;</b>;url=;");
aI("text=<b>Screenings</b>;showmenu=screenings;");
aI("text=<b>&nbsp;|&nbsp;</b>;url=;");
aI("text=<b>Press</b>;showmenu=press;");
aI("text=<b>&nbsp;|&nbsp;</b>;url=;");
aI("text=<b>Extras</b>;url=extras.html;");
aI("text=<b>&nbsp;|&nbsp;</b>;url=;");
aI("text=<b>News</b>;url=news.html;");
aI("text=<b>&nbsp;|&nbsp;</b>;url=;");
aI("text=<b>Contact Us</b>;url=contactus.html;");
aI("text=<b>&nbsp;|&nbsp;</b>;url=;");
aI("text=<b>Home</b>;url=index.html;");




//aI("text=<b>About Us</b>;showmenu=aboutus;");
//aI("text=<b>Programs</b>;showmenu=programs;");
//aI("text=<b>Videos</b>;showmenu=videos;");
//aI("text=<b>Contact Us</b>;url=contact.htm;");
}

with(milonic=new menuname("aboutthefilm")){
style=menuStyle2;
aI("text=Synopsis;url=aboutthefilm.html;");
aI("text=Meet the Filmmakers;url=aboutthefilmmakers.html;");
aI("text=View Main Trailer;url=trailer.html;");
}

with(milonic=new menuname("press")){
style=menuStyle2;
aI("text=All Film Trailers;url=filmtrailers.html;");
aI("text=Press Kit & Photos;url=presskitphotos.html;");
aI("text=Film Reviews;url=filmreviews.html;");
}

with(milonic=new menuname("screenings")){
style=menuStyle2;
aI("text=Upcoming Screenings;url=upcomingscreenings.html;");
aI("text=Past Screenings;url=pastscreenings.html;");
}



drawMenus();

