_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=50                // Follow scrolling Rate
_subOffsetTop=5               // 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(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#8f9191";
oncolor="#FFFFFF";
offbgcolor="#224f90";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=6;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana,Arial, helvetica";
pagecolor="#FFFFFF";
pagebgcolor="#8f9191";
headercolor="#FFFFFF";
headerbgcolor="#8f9191";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("dummy")){
style=menuStyle;
aI("text=Photo Gallery;url=/new/NWT.asp;status=Photo Gallery;");
}

with(milonic=new menuname("vid")){
style=menuStyle;
aI("text=Laurel Valley;url=http://www.webfilms.ca/ifr-flash.htm;target=_blank;status=Laurel Valley;");
aI("text=Ridgewood;url=http://www.webfilms.ca/rwoodifr.htm;target=_blank;status=Ridgewood;");
aI("text=Lytham;url=http://www.webfilms.ca/quad412ifr-flash.htm;target=_blank;status=Lytham;");
}



drawMenus();
