


_menuCloseDelay=150          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=1                // 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="#000000";
borderstyle="solid";
padding=3;
fontstyle="normal";
fontweight="normal";
}


with(menuStyle=new mm_style()){
onbgcolor="#CCCCCC";
oncolor="#000000";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#000066";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000066";
separatorsize="1";
padding=5;
fontsize="60%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#FFFFFF";
headercolor="#000000";
headerbgcolor="#FFFFFF";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.1);Alpha(opacity=100);Shadow(color='#999999', Direction=150, Strength=1)";
outfilter="randomdissolve(duration=0.1)";
}

with(subMenu=new mm_style()){
onbgcolor="#CCCCCC";
oncolor="#000000";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#000066";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000066";
separatorsize="1";
padding=5;
fontsize="60%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#FFFFFF";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.1);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=2)";
outfilter="randomdissolve(duration=0.1)";
}

with(milonic=new menuname("Main Menu")){
style=AllImagesStyle;
top=200;
left=10;
alwaysvisible=1;
orientation="vertical";
aI("showmenu=Schedule;image=http://encinovelodrome.org/images/nav_sched_o.gif;overimage=http://encinovelodrome.org/images/nav_sched_n.gif;url=schedule.htm;");
aI("showmenu=Racing;image=http://encinovelodrome.org/images/nav_race_o.gif;overimage=http://encinovelodrome.org/images/nav_race_n.gif;url=racing.htm;");
aI("showmenu=Training;image=http://encinovelodrome.org/images/nav_train_o.gif;overimage=http://encinovelodrome.org/images/nav_train_n.gif;");
aI("showmenu=About;image=http://encinovelodrome.org/images/nav_about_o.gif;overimage=http://encinovelodrome.org/images/nav_about_n.gif;");
aI("Gallery;image=http://encinovelodrome.org/images/nav_gall_o.gif;overimage=http://encinovelodrome.org/images/nav_gall_n.gif;url=gallery.htm;");
aI("showmenu=Contact Us;image=http://encinovelodrome.org/images/nav_cont_o.gif;overimage=http://encinovelodrome.org/images/nav_cont_n.gif;url=contact.htm;");
aI("Sponsors;image=http://encinovelodrome.org/images/nav_spon_o.gif;overimage=http://encinovelodrome.org/images/nav_spon_n.gif;url=sponsors.htm;");
}

with(milonic=new menuname("Schedule")){
style=menuStyle;
aI("text=Racing;url=schedule.htm;");
aI("text=Training;url=trainsched.htm;");
aI("text=Special Events;url=evsevents.htm;");
}

with(milonic=new menuname("Racing")){
style=menuStyle;
aI("text=Race Formats;url=racingformats.htm;");
aI("text=Results;url=results.htm;");
aI("text=Track Etiquette;url=ev_etiquette.htm;");
aI("text=Types of Races;url=racetypes.htm;");
aI("text=Athlete Release Form;url=ev_sarf.htm;");
aI("text=EV Records;url=ev_records.htm;");
aI("text=RC Cars;url=rccars.htm;");
}

with(milonic=new menuname("Training")){
style=menuStyle;
aI("text=Open Training;url=otrain.htm;");
aI("text=Race Training;url=rtrain.htm;");
aI("text=Youth Program;url=youthprog.htm;");
aI("text=Clinics;url=clinics.htm;");
aI("text=FAQ;url=ev_faq.htm;");
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=History;url=history.htm;");
aI("text=Bob Hansing;url=bhansing.htm;");
aI("text=Renovation;url=renov.htm;");
}

with(milonic=new menuname("Gallery")){
style=menuStyle;
aI("text=Mitch Friedman;url=gallery.htm;");
}

with(milonic=new menuname("Contact Us")){
style=menuStyle;
aI("text=Map;url=map.htm;");
aI("text=Board of Dir.;url=bod.htm;");
}

with(milonic=new menuname("Sponsors")){
style=menuStyle;
aI("text=Sponsors;url=sponsors.htm;");
}

drawMenus();

