


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#FF0000";
oncolor="#FFFFFF";
offbgcolor="#999999";
offcolor="#FFFFFF";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=0;
fontsize="12";
fontstyle="normal";
fontfamily="Arial";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.3)";
}



with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=160;
itemheight=19;
alwaysvisible=1;
orientation="horizontal";
aI("text=&nbsp;&nbsp;Home&nbsp;&nbsp;;url=index.html;");
aI("text=&nbsp;&nbsp;About FLIKS&nbsp;&nbsp;;url=about.html;");
aI("text=&nbsp;&nbsp;Admission & Membership&nbsp;&nbsp;;url=membership.html;");
aI("text=&nbsp;&nbsp;Locations & Screenings&nbsp;&nbsp;;url=venues.html;showmenu=venues;");
aI("text=&nbsp;&nbsp;Festivals&nbsp;&nbsp;;url=festivals.html;showmenu=festivals;");
aI("text=&nbsp;&nbsp;Francophone FLIKS&nbsp;&nbsp;;url=francophone.html;");
aI("text=&nbsp;&nbsp;Your Reviews&nbsp;&nbsp;;url=reviews.html;");
aI("text=&nbsp;&nbsp;Contact Us&nbsp;&nbsp;;url=contact.html;");
}

with(milonic=new menuname("venues")){
style=menuStyle;
itemheight=19;
overflow="scroll";
aI("text=&nbsp;&nbsp;Nelson&nbsp;&nbsp;;url=nelson.html;");
aI("text=&nbsp;&nbsp;Vallican&nbsp;&nbsp;;url=vallican.html;");
aI("text=&nbsp;&nbsp;Rossland&nbsp;&nbsp;;url=rossland.html;");
aI("text=&nbsp;&nbsp;Nakusp&nbsp;&nbsp;;url=nakusp.html;");
aI("text=&nbsp;&nbsp;Kaslo&nbsp;&nbsp;;url=kaslo.html;");
aI("text=&nbsp;&nbsp;Other Locations&nbsp;&nbsp;;url=other.html;");
}


with(milonic=new menuname("festivals")){
style=menuStyle;
itemheight=19;
overflow="scroll";
aI("text=&nbsp;&nbsp;Canadian FLIKS Festival&nbsp;&nbsp;;url=festivals_canadian.html;");
aI("text=&nbsp;&nbsp;Social FLIKS Festival&nbsp;&nbsp;;url=festivals_social.html;");
}


drawMenus();

