	var NoOfFirstLineMenus=12;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="#FF0000";			// Background color when mouse is not over
	var HighBgColor="#FFFFFF";			// Background color when mouse is over
	var FontLowColor="#FFFFFF";			// Font color when mouse is not over
	var FontHighColor="#FF0000";			// Font color when mouse is over
	var BorderColor="black";			// Borderb color
	var BorderWidthMain=1;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=1;			// Border between elements main items 1 or 0
	var BorderBtwnSub=1;			// Border between elements sub items 1 or 0
	var FontFamily="Verdana, Arial, Helvetica, sans-serif";	// Font family menu items
	var FontSize=11;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered="center";		// Item text position left, center or right
	var MenuCentered="left";			// Menu horizontal position can be: left, center, right, justify,
						//  leftjustify, centerjustify or rightjustify. PartOfWindow determines part of window to use
	var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;		// vertical overlap child/ parent
	var StartTop=276;					// Menu offset x coordinate. If StartTop is between 0 and 1 StartTop is calculated as part of windowheight
	var StartLeft=24;				// Menu offset y coordinate. If StartLeft is between 0 and 1 StartLeft is calculated as part of windowheight
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var DistFrmFrameBrdr=0;			// Distance between main menu and frame border
	var LeftPaddng=2;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=300;			// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds	
	var TakeOverBgColor=0;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="menupos";				// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";				// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=[BaseHref+"images/tri.gif",5,6,BaseHref+"images/tridown.gif",5,6,BaseHref+"images/trileft.gif",5,6,BaseHref+"images/triup.gif",5,6];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1
	var OverFormElements=1;			// Set this to 0 when the menu does not need to cover form elements.
	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=5;			// Only relevant when bg image is used as rollover
	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting

	var HooverBold=0;				// 1 or 0
	var HooverItalic=1;				// 1 or 0
	var HooverUnderLine=0;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0

						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......
//	var PartOfWindow=.8;			// PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
//	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
//	var BgImgLeftOffset=5;			// Only relevant when bg image is used as rollover
//	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting


	var MenuSlide="";
//	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.1, transition=19)";
//	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.1, wipeStyle=1)";

	var MenuShadow="";
//	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=7, offY=7, positive=1)";
//	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=1)";

	var MenuOpacity="";
//	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=80)";

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

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText or background image format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("Home","index.htm","",0,19,175,"","","","","","",-1,-1,-1,"","");
Menu2=new Array("Players/Parents","playerparentsinfo.htm","",16,0,0,"","","","","","",-1,-1,-1,"","");
	Menu2_1=new Array("Welcome","playerparentsinfo.htm","",0,19,175,"","","","","","",-1,-1,-1,"","");
	Menu2_2=new Array("Intown","playerparentsinfo.htm#intown","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu2_3=new Array("Travel","playerparentsinfo.htm#travel","",0,0,0,"","","","","","",-1,-1,-1,"","");	
	Menu2_4=new Array("Travel Tryouts","playerparentsinfo.htm#traveltryouts","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu2_5=new Array("Player Guidelines","playerparentsinfo2.htm","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu2_6=new Array("Registration","playerparentsinfo2.htm#registration","",2,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_6_1=new Array("Online","https://www.sportspilot.com/Register/RegASO.asp?ASOID=105622&BordersOff=&Method=New","",0,19,175,"","","","","","",-1,-1,-1,"","");
		Menu2_6_2=new Array("Paper","FUSCregistrationspring2010.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu2_7=new Array("Schedule","playerparentsinfo3.htm","",6,19,0,"","","","","","",-1,-1,-1,"","");
		Menu2_7_1=new Array("U6 Boys & Girls","2009FallU6schedule.pdf","",0,19,175,"","","","","","",-1,-1,-1,"","");
		Menu2_7_2=new Array("U8 Girls","GirlsU8Fall2009schedule.pdf","",0,19,175,"","","","","","",-1,-1,-1,"","");
		Menu2_7_3=new Array("U8 Boys","2009BU8fallsched.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_7_4=new Array("U10 Girls","2009GU10Fallschedule.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_7_5=new Array("U10 Boys","2009BU10fall.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_7_6=new Array("U12 Boys","20090907BU12Schedule.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu2_8=new Array("Zero Tolerance","playerparentsinfo3.htm#tolerance","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu2_9=new Array("Code of Conduct","Codeofconduct.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu2_10=new Array("Uniforms","playerparentsinfo3.htm#uniforms","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu2_11=new Array("Hotline","playerparentsinfo3.htm#hotline","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu2_12=new Array("Events","playerparentsinfo3.htm#events","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu2_13=new Array("Scholarships","2010FUSCScholarshipApplication.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu2_14=new Array("Timoney Award","Timoney Award.htm","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu2_15=new Array("Offside Video","http://www.dynamic-thought.com/OffsideClicketteLo.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu2_16=new Array("Refund Request","FUSCrefundrequest Form.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
Menu3=new Array("Coaches","coachesinfo.htm","",21,0,0,"","","","","","",-1,-1,-1,"","");
	Menu3_1=new Array("Coaches' Expectations","coachesinfo.htm","",1,19,175,"","","","","","",-1,-1,-1,"","");
		Menu3_1_1=new Array("Roles and Duties","coachesinfo.htm#duties","",0,19,175,"","","","","","",-1,-1,-1,"","");	
	Menu3_2=new Array("Coaches Code of Conduct","coaches code of conduct.pdf","",0,19,0,"","","","","","",-1,-1,-1,"","");	
	Menu3_3=new Array("Zero Tolerance","coachesinfo.htm#tolerance","",0,19,0,"","","","","","",-1,-1,-1,"","");	
	Menu3_4=new Array("CORI","coachesinfo.htm#cori","",0,19,0,"","","","","","",-1,-1,-1,"","");
	Menu3_5=new Array("Coaches Card","coachesinfo.htm#card","",0,19,0,"","","","","","",-1,-1,-1,"","");
	Menu3_6=new Array("Travel Coach Selection","coachesinfo2.htm","",1,19,0,"","","","","","",-1,-1,-1,"","");
		Menu3_6_1=new Array("Travel Coach Application","TRAVEL_TEAM_COACHING_APP.pdf","",0,19,175,"","","","","","",-1,-1,-1,"","");
	Menu3_7=new Array("Team Rosters","coachesinfo2.htm#rosters","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu3_8=new Array("Schedules","coachesinfo2.htm#schedule","",6,19,0,"","","","","","",-1,-1,-1,"","");
		Menu3_8_1=new Array("U6 Boys & Girls","2009FallU6schedule.pdf","",0,19,175,"","","","","","",-1,-1,-1,"","");
		Menu3_8_2=new Array("U8 Girls","GirlsU8Fall2009schedule.pdf","",0,19,175,"","","","","","",-1,-1,-1,"","");
		Menu3_8_3=new Array("U8 Boys","2009BU8fallsched.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_8_4=new Array("U10 Girls","2009GU10Fallschedule.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_8_5=new Array("U10 Boys","2009BU10fall.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_8_6=new Array("U12 Boys","20090907BU12Schedule.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu3_9=new Array("Tournament Patches","coachesinfo3.htm","",0,19,0,"","","","","","",-1,-1,-1,"","");
	Menu3_10=new Array("Courses","coachesinfo3.htm#courses","",0,19,0,"","","","","","",-1,-1,-1,"","");
//	Menu3_9=new Array("Coaches Reimbursement","coachesinfo3.htm#reimbursement","",0,19,0,"","","","","","",-1,-1,-1,"","");
	Menu3_11=new Array("Lightning","coachesinfo4.htm","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu3_12=new Array("Equipment","coachesinfo4.htm#equipment","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu3_13=new Array("Referees","coachesinfo4.htm#referees","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu3_14=new Array("Events","coachesinfo4.htm#events","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu3_15=new Array("Coaching Assistance","","",3,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_15_1=new Array("JumpStart PT","jumpstart.htm","",0,19,175,"","","","","","",-1,-1,-1,"","");
		Menu3_15_2=new Array("Practice Sessions","practicesessions.htm","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_15_3=new Array("Coaches Helper Guide","coaching manual.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu3_16=new Array("Insurance","coachesinfo3.htm#insurance","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu3_17=new Array("Rules of the Game","coachesinfo5.htm","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu3_18=new Array("Offside Video","http://www.dynamic-thought.com/OffsideClicketteLo.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu3_19=new Array("Coaches Reimbursement","coachreimbursementrefund.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu3_20=new Array("Players Code of Conduct","Codeofconduct.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu3_21=new Array("Glossary of Terms","coachesinfo6.htm","",0,0,0,"","","","","","",-1,-1,-1,"","");
Menu4=new Array("Registration","playerparentsinfo2.htm#registration","",2,0,0,"","","","","","",-1,-1,-1,"","");
	Menu4_1=new Array("Online","https://www.sportspilot.com/Register/RegASO.asp?ASOID=105622&BordersOff=&Method=New","",0,19,175,"","","","","","",-1,-1,-1,"","");
	Menu4_2=new Array("Paper","FUSCregistrationspring2010.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
Menu5=new Array("Fields","coachesinfo2.htm#fields","",12,19,0,"","","","","","",-1,-1,-1,"","");
		Menu5_1=new Array("Barbieri","barbieri.htm","",0,19,175,"","","","","","",-1,-1,-1,"","");
		Menu5_2=new Array("Brophy","brophy.htm","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu5_3=new Array("Cameron","cameron.htm","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu5_4=new Array("Galvani/Muster","muster.htm","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu5_5=new Array("High School","high.htm","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu5_6=new Array("Keefe","keefe.htm","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu5_7=new Array("King","king.htm","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu5_8=new Array("Merchant Road","merchant_road.htm","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu5_9=new Array("Potter","potter.htm","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu5_10=new Array("Victory","victory.htm","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu5_11=new Array("Walsh","walsh.htm","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu5_12=new Array("Merchant Field Layout","MerchantLayoutFall2009.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu5_13=new Array("Field Assignments","fieldfall09.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
Menu6=new Array("Referees","","",2,19,175,"","","","","","",-1,-1,-1,"","");
	Menu6_1=new Array("Referee Introduction","referees.htm","",0,19,175,"","","","","","",-1,-1,-1,"","");
	Menu6_2=new Array("Referee Links","referee-introduction.htm","",0,0,0,"","","","","","",-1,-1,-1,"","");
Menu7=new Array("Tournaments","","",3,0,0,"","","","","","",-1,-1,-1,"","");
	Menu7_1=new Array("Memorial Day Sportsmanship Classic","MemorialDayWebPage2009.htm","",15,30,175,"","","","","","",-1,-1,-1,"","");
		Menu7_1_1=new Array("Online Registration","http://register03.exgenex.com/gcmregister/index.aspx?C=70000092&M=50000149&Mode=GCM","",0,19,175,"","","","","","",-1,-1,-1,"","");
		Menu7_1_2=new Array("Tournament Brochure","2010TournamentBrochure1.pdf","",0,30,0,"","","","","","",-1,-1,-1,"","");
		Menu7_1_3=new Array("Tournament Application","2010TournamentApplication1.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu7_1_4=new Array("Medical Release Form","2010MedicalReleaseForm.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu7_1_5=new Array("Tournament Rules","2010TournamentRules1-16-10.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu7_1_6=new Array("Permission to Host","2010PermissiontoHost.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");		Menu7_1_7=new Array("Placements","2010Placementfinal.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu7_1_8=new Array("Schedules","2010schedulefinal.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu7_1_9=new Array("U11 & U12 2009 Results","Galvaniscores525.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu7_1_10=new Array("U9 & U10 2009 Results","FinalScores09.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu7_1_11=new Array("U14, U16 & U18 2009 Results","Merchantscores525.pdf","",0,30,0,"","","","","","",-1,-1,-1,"","");
		Menu7_1_12=new Array("2009 Results","FinalScores09.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu7_1_13=new Array("2008 Results","memorial_day-2008 Results.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu7_1_14=new Array("2007 Results","memorial_day-2007 Results.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu7_1_15=new Array("2006 Results","memorial_day-2006 Results.htm","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu7_1_16=new Array("2005 Results","memorial_day-2005 Results.htm","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu7_2=new Array("In State Tournaments","tournaments.htm","",0,19,0,"","","","","","",-1,-1,-1,"","");
	Menu7_3=new Array("Out of State Tournaments","tournaments.htm","",0,19,0,"","","","","","",-1,-1,-1,"","");
Menu8=new Array("Policies","","",5,0,0,"","","","","","",-1,-1,-1,"","");
	Menu8_1=new Array("Coaches Code of Conduct","coaches code of conduct.pdf","",0,19,175,"","","","","","",-1,-1,-1,"","");
	Menu8_2=new Array("Player Code of Conduct","Codeofconduct.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu8_3=new Array("Rules of the Game","coachesinfo5.htm","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu8_4=new Array("FUSC Handbook","Club Handbook 1-31-09.pdf","",0,19,0,"","","","","","",-1,-1,-1,"","");
	Menu8_5=new Array("FUSC Charter","FUSC Charter 10-08-01.pdf","",0,19,0,"","","","","","",-1,-1,-1,"","");	
Menu9=new Array("Links","links.htm","",0,0,0,"","","","","","",-1,-1,-1,"","");
Menu10=new Array("Photo Gallery","","",5,0,0,"","","","","","",-1,-1,-1,"","");
	Menu10_1=new Array("Soccer Fair Photos","images/SoccerFair08.pdf","",0,19,175,"","","","","","",-1,-1,-1,"","");
	Menu10_2=new Array("Girls U12 Win 2008 MTOC Title","images/GU12-2-Framingham.gif","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu10_3=new Array("Boys U16 Win 2009 MTOC Title","images/MTOCPicture.jpg","",0,30,0,"","","","","","",-1,-1,-1,"","");
	Menu10_4=new Array("Girls U12 Win 2008 BAYS President Cup","images/U12GDiv3-2008.jpg","",0,30,0,"","","","","","",-1,-1,-1,"","");
	Menu10_5=new Array("Girls U14 2009 Londonderry Tournament Champion","GU14LaborDay809.jpg","",0,30,0,"","","","","","",-1,-1,-1,"","");
Menu11=new Array("FUSC Contacts","","",3,0,0,"","","","","","",-1,-1,-1,"","");
	Menu11_1=new Array("Playing Age Directors","playersdirectors.htm","",0,19,175,"","","","","","",-1,-1,-1,"","");
	Menu11_2=new Array("Board of Directors","officers.htm","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu11_3=new Array("Trustees","trustees.htm","",0,0,0,"","","","","","",-1,-1,-1,"","");
Menu12=new Array("Booster's Club","","",3,0,0,"","","","","","",-1,-1,-1,"","");
	Menu12_1=new Array("Soccer Fair","coachesinfo4.htm#fair","",0,19,175,"","","","","","",-1,-1,-1,"","");
	Menu12_2=new Array("Candy Sale","coachesinfo4.htm#candy","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu12_3=new Array("FUSC Merchandise","coachesinfo4.htm#merchandise","",0,0,0,"","","","","","",-1,-1,-1,"","");
