


_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="#330099";
oncolor="white";
offbgcolor="white";
offcolor="#330099";
bordercolor="#330099";
borderstyle="solid";
borderwidth=1;
separatorcolor="#330099";
separatorsize="2";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#330099";
pagebgcolor="#CCCCCC";
headercolor="#330099";
headerbgcolor="#CCCCCC";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=100;
left=10;
alwaysvisible=1;
orientation="vertical";
aI("text=LFSC Home;url=home.htm;status=Back To Home Page;");
aI("text=Programs;showmenu=Programs;");
aI("text=Schedules;url=schedules.htm;");
aI("text=Coaches;url=coaches.htm;");
aI("text=Board;url=board.htm;");
aI("text=LFSC Handbook;url=/pdf/handbook.pdf;");
aI("text=Registration;showmenu=Registration;");
aI("text=Links;url=links.htm;");
aI("text=Contact Info;url=contactinfo.htm;");
aI("text=Newsletters;url=newsletters.htm;");
aI("text=Carnival Info;url=carnival.htm;");
aI("text=Chinook Open Info;url=chinookopen.htm;");
aI("text=Calendar;url=calendar.htm;");


}

with(milonic=new menuname("Programs")){
style=menuStyle;
overflow="scroll";
aI("text=CanSkate;url=prog_canskate.htm;");
aI("text=Adult Skating;url=prog_adultskating.htm;");
aI("text=Figure Skating;url=prog_figureskating.htm;");
aI("text=Summer School;url=prog_summerschool.htm;");
aI("text=Synchro Skating;url=prog_synchro.htm;");
aI("text=April Ice;url=april_ice.htm;");
aI("text=June Ice ~ Break in the Boots;url=june_ice.htm;");
}

with(milonic=new menuname("Schedules")){
style=menuStyle;
overflow="scroll";
aI("text=Fall Schedule;url=sched_fall.htm;");
aI("text=Winter Schedule;url=sched_winter.htm;");
aI("text=April Schedule;url=sched_april.htm;");
}

with(milonic=new menuname("People")){
style=menuStyle;
overflow="scroll";
aI("text=Coaches;url=people_coaches2.htm;");
aI("text=Board Executive Committees;url=people_board2.htm;");

}

with(milonic=new menuname("Registration")){
style=menuStyle;
aI("text=Information;url=reg_info.htm;");
aI("text=Brochures;url=reg_brochures.htm;");
aI("text=Forms;url=reg_forms.htm;");

}



drawMenus();

