/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=29;			// Number of first level items
	var LowBgColor='white';			    // Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';		// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';		// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				    // Border width
	var BorderBtwnElmnts=1;			    // Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				        // Font size menu items
	var FontBold=1;				        // Bold menu items 1 or 0
	var FontItalic=0;				    // Italic menu items 1 or 0
	var MenuTextCentered='left';		// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;	    // vertical overlap child/ parent
	var StartTop=0;		    		    // Menu offset x coordinate
	var StartLeft=0;				    // Menu offset y coordinate
	var VerCorrect=0;				    // Multiple frames y correction
	var HorCorrect=0;				    // Multiple frames x correction
	var LeftPaddng=3;				    // Left padding
	var TopPaddng=2;				    // Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=350;			    // delay before menu folds in
	var TakeOverBgColor=1;			    // Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='MenuPos';		    // span id for relative positioning
	var HideTop=0;				        // Hide first level when loading new document 1 or 0
	var MenuWrap=1;				        // enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				    // enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			    // Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			    // menu tree checking on or off 1 or 0
	var ShowArrow=1;				    // Uses arrow gifs when 1
	var KeepHilite=1;				    // Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width, BgColor, BgHiColor,FontColor, FontHiColor, BorderColor);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

// Set the total width here in Menu1.
Menu1=new Array("Home","http://www.lysc.org/","",0,20,180);

Menu2=new Array("rollover:LSSEntry.jpg:LSSEntryRO.jpg","http://www.lititzsummershowcase.org/","LSSEntry.jpg",0,49,180);

Menu3=new Array("rollover:facebook.jpg:facebookRO.jpg","http://www.facebook.com/pages/Lititz-Youth-Soccer-Club/102997223079680/","facebook.jpg",0,49,180);

Menu4=new Array("Registration","http://www.sportssignup.com/lititzysc.start","",0,20,180);

Menu5=new Array("Travel Soccer Info","travel.html","",0,20,180);

Menu6=new Array("Board Meetings","boardmeetings.html","",0,20,180);

// Menu7=new Array("rollover:graphics/CoachEducationCalendar.jpg:graphics/CoachEducationCalendarInv.jpg",
// "http://www.lysc.org/2009calendar.doc","graphics/CoachEducationCalendar.jpg",0,54,180);

Menu7=new Array("Coach/Player Education","","",4);
	Menu7_1=new Array("Coaching Education Procedures","coachingeducation.html","",0,20,220);
	Menu7_2=new Array("Education Materials","educationmaterials.html","",0,20,100);
	Menu7_3=new Array("NSCAA Online Academy","http://nscaa.com","",0,20,100);
	Menu7_4=new Array("NSCAA Online Academy Info","http://www.lysc.org/nscaaacademy.html","",0,20,100);

Menu8=new Array("Referees","","",3,20,100);
	Menu8_1=new Array("Schedules","http://www.lysc.org/schedules/referee.htm","",0,20,120);
	Menu8_2=new Array("Announcements","lyscrefs.html","",0,20,120);
	Menu8_3=new Array("Become a Referee","coachgeneral.html","",0,20,120);

Menu9=new Array("Fundraising","fundraising.html","",0,20,180);

Menu10=new Array("Forms","","",9,20,180);
	Menu10_1=new Array("Medical Release Form (Word)","forms/medrel.doc","",0,20,180);
	Menu10_2=new Array("Medical Release Form (PDF)","forms/medrel.pdf","",0,20,180);
	Menu10_3=new Array("Injury Report (Word)","forms/injrep.doc","",0,20,180);
	Menu10_4=new Array("Game Lineup Sheet (Excel)","forms/lineup.xls","",0,20,180);
	Menu10_5=new Array("Rating Form Instructions","rating.html","",0,20,180);
	Menu10_6=new Array("Rating Form in Excel Format","forms/ratingform.xls","",0,20,150);
	Menu10_7=new Array("Rating Form in PDF Format","forms/ratingform.pdf","",0,20,150); 
	Menu10_8=new Array("EPYSA Roster in Excel Format","forms/epysa.xls","",0,20,150); 
	Menu10_9=new Array("EPYSA Roster in PDF Format","forms/epysa.pdf","",0,20,150); 

Menu11 = new Array("LYSC Scholarship", "", "",3,20,180);
	Menu11_1=new Array("Information", "scholarship_info.html", "",0, 20, 140);
	Menu11_2=new Array("Instructions & Criteria", "scholarship_instructions.html", "",0, 20, 140);
	Menu11_3=new Array("Application", "scholarship_application.html", "",0, 20, 140);

Menu12=new Array("Links","","",7,20,180);
	Menu12_1=new Array("Lancaster County Soccer League","http://www.lancosoccer.com","",0,20,230);
	Menu12_2=new Array("EPYSA","http://www.epysa.org","",0);
	Menu12_3=new Array("USYSA","http://www.usyouthsoccer.org","",0);
	Menu12_4=new Array("FIFA","http://www.fifa.com/en/index.html","",0);
	Menu12_5=new Array("Lanco Fieldhouse","http://www.lancofieldhouse.com","",0);
	Menu12_6=new Array("US National Soccer Players","http://www.ussoccerplayers.com/","",0);
	Menu12_7=new Array("Ask the Ref","http://www.asktheref.com","",0);

Menu13=new Array("LYSC Policies","","",5,20,100);
	Menu13_1=new Array("Intramural Policy","intramuralpolicy.html","",0,20,120);
	Menu13_2=new Array("Small Sided Games","smallside2.html","",0,20,120);
	Menu13_3=new Array("Registration Policy","regpolicy.html","",0,20,120);
	Menu13_4=new Array("Refund Policy","refunds.html","",0,20,120);
	Menu13_5=new Array("U8 Guidelines","u8rules.html","",0,20,120);

Menu14=new Array("Kids Safe Program","https://www.youthleaguesusa.com/epysa/2010/RiskManagement.html","",0,20,180);

Menu15=new Array("Schedules","","scheduleBackground.jpg",0,20,120);

Menu16=new Array("» U5/U6","schedules/u5u6.html","scheduleBackground2.jpg",0,20,180);
Menu17=new Array("» U8 Boys","schedules/u8b.html","scheduleBackground2.jpg",0,20,180);
Menu18=new Array("» U8 Girls","schedules/u8g.html","scheduleBackground2.jpg",0,20,180);
Menu19=new Array("» U10 Boys","http://eteamz.active.com/lcsoccer/","scheduleBackground2.jpg",0,20,180);
Menu20=new Array("» U10 Girls","http://www.lagssoccer.org/schedules/u1211v11division.html","scheduleBackground2.jpg",0,20,180);
Menu21=new Array("» U12 Boys","http://eteamz.active.com/lcsoccer/","scheduleBackground2.jpg",0,20,180);
Menu22=new Array("» U12 Girls","http://www.lagssoccer.org/U-12/U-12%20Page.html","scheduleBackground2.jpg",0,20,180);
Menu23=new Array("» U14 Boys","http://eteamz.active.com/lcsoccer/","scheduleBackground2.jpg",0,20,180);
Menu24=new Array("» U14 Girls","http://www.lagssoccer.org/U-14/U-14%20Page.htm","scheduleBackground2.jpg",0,20,180);
Menu25=new Array("» U15 Girls","http://www.lagssoccer.org/schedules/u15division.html","scheduleBackground2.jpg",0,20,180);
Menu26=new Array("» U16/U19 Boys","http://eteamz.active.com/lcsoccer/","scheduleBackground2.jpg",0,20,180);
Menu27=new Array("» U19 Girls","http://www.lagssoccer.org/schedules/u1619division.html","scheduleBackground2.jpg",0,20,180);
Menu28=new Array("» Travel Soccer - LANCO","http://www.lancosoccer.com/index.html","scheduleBackground2.jpg",0,20,180);
Menu29=new Array("» Travel Soccer - PAGS","http://www.pags.org/","scheduleBackground2.jpg",0,20,180);





