

_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()){
//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)";
oncolor="#EEEDED";
offcolor="#000000";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
padding=3;
fontsize="12";
fontstyle="normal";
fontfamily="Arial, Helvetica, sans-serif";
//menubgimage="viz/logobg.gif";
}


with(menuStyle2=new mm_style()){
onbgcolor="#D5E3E9";
oncolor="#000000";
offbgcolor="#99A4A9";
offcolor="#ffffff";
bordercolor="#333333";
borderstyle="solid";
borderwidth=1;
separatorcolor="#333333";
separatorsize="1";
padding=2;
fontsize="12";
fontstyle="normal";
fontfamily="Arial, Helvetica, sans-serif";
pagecolor="black";
pagebgcolor="#99A4A9";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="menu/arrow.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);)";
//outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="center"
top="offset=89";
left="offset=-144";
alwaysvisible=1;
orientation="horizontal";
aI("text=;url=;");
aI("text=<b>Home&nbsp;&nbsp;</b>;url=index2.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>Store&nbsp;&nbsp;</b>;url=store.htm;");
aI("text=<b>Contact Us</b>;url=contact.htm;");
}

with(milonic=new menuname("aboutus")){
style=menuStyle2;
aI("text=About Pacific Street Films;url=aboutus.htm;");
aI("text=Our Filmography;url=filmography.htm;");
}

with(milonic=new menuname("programs")){
style=menuStyle2;
aI("text=In Development;url=indevelopment.htm;");
aI("text=Future Releases;url=futurereleases.htm;");
aI("text=Financial Literacy;url=finlit.htm;");
}

with(milonic=new menuname("videos")){
style=menuStyle2;
aI("text=Video Previews;url=videos.htm;");
aI("text=DVD Sales;url=store.htm;");
aI("text=Our Distributors;url=cinemaguild.htm;");
}



drawMenus();


