fixMozillaZIndex=true;           // fixes menus showing behind flash content in firefox
_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='#FF1717';
oncolor='#000000';
offbgcolor='#001F82';
offcolor='#ffffff';
bordercolor='#000000';
borderstyle='solid';
borderwidth=0;
separatorcolor='#000000';
separatorsize='1';
padding=4;
fontsize='11';
fontstyle='normal';
fontfamily='Verdana, Tahoma, Arial';
pagecolor='#000000';
pagebgcolor='#FF1717';
}
with(milonic=new menuname('Main Menu')){
style=menuStyle;
top=80;
left=10;
itemwidth=80;
itemheight=17;
alwaysvisible=1;
orientation='horizontal';
aI('showmenu=Home;text=Home;url=home.aspx;');
aI('showmenu=Schedules;text=Schedules;url=;');
aI('showmenu=Team;text=Team;url=;');
aI('showmenu=Links;text=Links;url=;');
aI('showmenu=Handouts;text=Handouts;url=;');
aI('showmenu=Summer Ball;text=Summer Ball;url=;');
aI('showmenu=Camp;text=Camp;url=;');
aI('text=Admin;url=/bladmin/main.aspx?site=westvalleyrams;image=images/lock.gif;target=_top;');
}
with(milonic=new menuname('Schedules')){
style=menuStyle;
aI('text=Calendar;url=calendar.aspx;');
aI('text=Game Schedule;url=game_schedule.aspx;');
aI('text=Practice Schedule;url=practice_schedule.aspx;');
aI('text=Field Locations;url=field_locations.aspx;');
}
with(milonic=new menuname('Team')){
style=menuStyle;
aI('text=Staff/Volunteers;url=staff.aspx;');
aI('text=Roster;url=roster.aspx;');
aI('text=News;url=news_archive.aspx;');
aI('text=Announcements;url=announce_archive.aspx;');
aI('text=Scrapbook;url=scrapbook.aspx;');
aI('text=Guestbook;url=guestbook.aspx;');
aI('text=Contact Information;url=rep_contact.aspx;image=images/lockgrey.gif;');
}
with(milonic=new menuname('Links')){
style=menuStyle;
aI('text=West Valley School District;url=http://www.wvsd208.org;');
aI('text=West Valley High School Athletics;url=http://hs.wvsd208.org/sitehome/sports/sports.shtml;');
aI('text=Columbia Basin League Athletics;url=http://www.cblathletics.org/;');
aI('text=West Valley Little League;url=http://www.westvalleyyouthbaseball.org/;');
}
with(milonic=new menuname('Handouts')){
style=menuStyle;
aI('text=LETTER TO DAD AND MOM;url=http://www.rteamsite.com/baseball/westvalleyrams/Uploaded/Documents/LETTERTODADANDMOM.doc;');
}
with(milonic=new menuname('Summer Ball')){
style=menuStyle;
aI('text=WEST VALLEY SUMMER BASEBALL;url=custom.aspx?pg=2871;');
aI('text=Important Dates for Summer Baseball;url=http://www.rteamsite.com/baseball/westvalleyrams/Uploaded/Documents/IMPORTANTDATESFORSUMMERBASEBALL.doc;');
aI('text=BEES Schedule Revised June 8;url=http://www.rteamsite.com/baseball/westvalleyrams/Uploaded/Documents/2010scheduleBEES.xls;');
aI('text=CLUB schedule revised June 8;url=http://www.rteamsite.com/baseball/westvalleyrams/Uploaded/Documents/2010scheduleCLUB.xls;');
}
with(milonic=new menuname('Camp')){
style=menuStyle;
aI('text=2010 Baseball Camp Registration;url=http://www.rteamsite.com/baseball/westvalleyrams/Uploaded/Documents/2010CampFlyerOnePage.doc;');
}
drawMenus();

