 /***********************************************
*	(c) Ger Versluis 2000 version compat 14 October 2002        *
*	You may use this script on non commercial sites.	          *
*	www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *
************************************************/
	var NoOffFirstLineMenus=4;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""

//"#106139","white","white","black"


    var LowBgColor="#10824A";		// Background color when mouse is not over
	var HighBgColor="white";			// Background color when mouse is over
	var FontLowColor="white";			// Font color when mouse is not over
	var FontHighColor="black";

//	var LowBgColor="white";		// Background color when mouse is not over
//	var HighBgColor="black";			// Background color when mouse is over
//	var FontLowColor="black";			// Font color when mouse is not over
//	var FontHighColor="black";			// Font color when mouse is over
	var BorderColor="#21C773";			// Border color
	var BorderWidthMain=0;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=0;			// Border between elements main items 1 or 0
	var BorderBtwnSub=1;			// Border between elements sub items 1 or 0
	var FontFamily="Verdana";	// Font family menu items
	var FontSize=10;				// Font size menu items
	var FontBold=0;				// 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 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.2;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=0.2;			// vertical overlap child/ parent
	var StartTop=112;				// Menu offset x coordinate. If StartTop is between 0 and 1 StartTop is calculated as part of windowheight
	var StartLeft=127;				// 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 LeftPaddng=6;				// Left padding
	var TopPaddng=5;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds
	var TakeOverBgColor=1;			// 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="";				// 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=["",5,10,"",10,5,"",5,10,"",10,5];

						// 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 RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item.
						// 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=1;

	var MenuSlide="";
//	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.15, transition=19)";
//	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.15, wipeStyle=1)";

	var MenuShadow="";
	//var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
	//var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

	var MenuOpacity="";
//	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=85)";

	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 format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg"

Menu1=new Array("<img src='/cufc/images/menu_theclub.gif'>","","",13,20,81,"","","","","","",-1,-1,-1,"","The Club");
	Menu1_1=new Array("Officials","","",7,25,200,"","","","","","",-1,-1,-1,"","");
	            Menu1_1_1=new Array("Chairman","/cufc/club/officials/chairman.html","",0,25,200,"","","","","","",-1,-1,-1,"","");
	            Menu1_1_2=new Array("Vice Chairman","/cufc/club/officials/vicechairman.html","",0,25,200,"","","","","","",-1,-1,-1,"","");
	            Menu1_1_3=new Array("Secretary U11 - U16","/cufc/club/officials/secretaryU16.html","",0,25,200,"","","","","","",-1,-1,-1,"","");
                                 Menu1_1_4=new Array("Secretary Mini Soccer","/cufc/club/officials/secretaryU10.html","",0,25,200,"","","","","","",-1,-1,-1,"","");
	            Menu1_1_5=new Array("Secretary Girls","/cufc/club/officials/secretary-girls.html","",0,25,200,"","","","","","",-1,-1,-1,"","");
	            Menu1_1_6=new Array("Treasurer","/cufc/club/officials/treasurer.html","",0,25,200,"","","","","","",-1,-1,-1,"","");
	            Menu1_1_7=new Array("Social Committee","/cufc/club/officials/social-committee.html","",0,25,200,"","","","","","",-1,-1,-1,"","");
	       //     Menu1_1_8=new Array("FA Charter Standard Officer","/cufc/club/officials/fa_charter_standard_officer.html","",0,25,200,"","","","","","",-1,-1,-1,"","");
	Menu1_2=new Array("Facilities","","",3,25,150,"","","","","","",-1,-1,-1,"","");
	            Menu1_2_1=new Array("Training Grounds","/cufc/club/facilities/training-grounds.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
	            Menu1_2_2=new Array("Astroturf","/cufc/club/facilities/astroturf.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
	            Menu1_2_3=new Array("Indoors","/cufc/club/facilities/indoors.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
//	            Menu1_2_4=new Array("Club House","/cufc/club/facilities/clubhouse.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
	Menu1_3=new Array("Child Protection","","",2,25,150,"","","","","","",-1,-1,-1,"","");
	            Menu1_3_1=new Array("Child Protection Statement","/cufc/club/child-protection/statement.html","",0,25,200,"","","","","","",-1,-1,-1,"","");
	            Menu1_3_2=new Array("Child Protection Officer","/cufc/club/child-protection/officer.html","",0,25,200,"","","","","","",-1,-1,-1,"","");
	Menu1_4=new Array("Coaching","","",2,25,150,"","","","","","",-1,-1,-1,"","");
	            Menu1_4_1=new Array("Head Coach","/cufc/club/coaching/head-coach.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
	            Menu1_4_2=new Array("Goalkeeper Coach","/cufc/club/coaching/goalkeeper-coach.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
	Menu1_5=new Array("Rules of CUFC","/cufc/club/rules.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
	Menu1_6=new Array("Code of Conduct","/cufc/club/code.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
	Menu1_7=new Array("Complaints Procedure","/cufc/club/complaints.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
	Menu1_8=new Array("Anti-Discrimination Policy","/cufc/club/anti-discrimination.html","",0,25,300,"","","","","","",-1,-1,-1,"","");
	Menu1_9=new Array("Membership Fees","/cufc/club/fees.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
	Menu1_10=new Array("Affiliations","","",2,25,150,"","","","","","",-1,-1,-1,"","");
	    Menu1_10_1=new Array("Catholic United Minors FC","/cufc/club/affiliations-boys.html","",0,25,200,"","","","","","",-1,-1,-1,"","");
	    Menu1_10_2=new Array("Catholic United Minors Girls FC","/cufc/club/affiliations-girls.html","",0,25,200,"","","","","","",-1,-1,-1,"","");
	Menu1_11=new Array("Catholic United Seniors","http://www.catholicutd.co.uk/","",0,25,150,"","","","","","",-1,-1,-1,"","");
    Menu1_12=new Array("Pitch Locations","","",3,25,150,"","","","","","",-1,-1,-1,"","");
   	Menu1_12_1=new Array("Mini Soccer Pitch: Our Lady of Lourdes","/cufc/club/pitch-locations/lourdes.html","",0,25,300,"","","","","","",-1,-1,-1,"","");
   	Menu1_12_2=new Array("Mini Soccer Pitch: St Helens","/cufc/club/pitch-locations/sthelens.html","",0,25,300,"","","","","","",-1,-1,-1,"","");
   	Menu1_12_3=new Array("Mini Soccer Pitch: Westcliff on Sea","/cufc/club/pitch-locations/westcliff.html","",0,25,300,"","","","","","",-1,-1,-1,"","");
	// Menu1_12_4=new Array("11-a-Side Pitches: Jones Memorial","/cufc/club/pitch-locations/jones.html","",0,25,300,"","","","","","",-1,-1,-1,"","");
	// Menu1_12_5=new Array("11-a-Side Pitches: Priory Park","/cufc/club/pitch-locations/priorypark.html","",0,25,300,"","","","","","",-1,-1,-1,"","");
	// Menu1_12_6=new Array("9-a-Side Pitches: Shoebury High school","/cufc/club/pitch-locations/shoebury.html","",0,25,300,"","","","","","",-1,-1,-1,"","");
   Menu1_13=new Array("Coach's Links","","",1,25,150,"","","","","","",-1,-1,-1,"","");
                     Menu1_13_1=new Array("Catholic United Coach's Links","/cufc/club/coacheslinks.html","",0,25,200,"","","","","","",-1,-1,-1,"","");

Menu2=new Array("<img src='/cufc/images/menu_faqs.gif'>","/cufc/faqs.html","",0,20,52,"","","","","","",-1,-1,-1,"","Frequently Asked Questions");

Menu3=new Array("<img src='/cufc/images/menu_teams.gif'>","","",11,25,65,"","","","","","",-1,-1,-1,"","Teams");

Menu3_1=new Array("Under 7's","","",2,25,140,"","","","","","",-1,-1,-1,"","");
	Menu3_1_1=new Array("Lions","","",2,25,140,"","","","","","",-1,-1,-1,"","");
		Menu3_1_1_1=new Array("Fixtures / Results","/redir.php?id=1","",0,25,150,"","","","","","",-1,-1,-1,"","");
		Menu3_1_1_2=new Array("Manager","/cufc/teams/u7/lions/manager2009.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
	Menu3_1_2=new Array("Tigers","","",2,25,140,"","","","","","",-1,-1,-1,"","");
		Menu3_1_2_1=new Array("Fixtures / Results","/redir.php?id=2","",0,25,150,"","","","","","",-1,-1,-1,"","");
		Menu3_1_2_2=new Array("Manager","/cufc/teams/u7/tigers/manager2009.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
                     //  Menu3_1_3=new Array("Leopards","","",2,25,140,"","","","","","",-1,-1,-1,"","");
	//	Menu3_1_3_1=new Array("Fixtures / Results","/redir.php?id=2","",0,25,150,"","","","","","",-1,-1,-1,"","");
	//	Menu3_1_3_2=new Array("Manager","/cufc/teams/u7/leopards/manager2007.html","",0,25,150,"","","","","","",-1,-1,-1,"","");

Menu3_2=new Array("Under 8's","","",2,25,140,"","","","","","",-1,-1,-1,"","");
	Menu3_2_1=new Array("Lions","","",2,25,140,"","","","","","",-1,-1,-1,"","");
		Menu3_2_1_1=new Array("Fixtures / Results","/redir.php?id=3","",0,25,150,"","","","","","",-1,-1,-1,"","");
		Menu3_2_1_2=new Array("Manager","/cufc/teams/u8/lions/manager2009.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
	Menu3_2_2=new Array("Tigers","","",2,25,140,"","","","","","",-1,-1,-1,"","");
		Menu3_2_2_1=new Array("Fixtures / Results","/redir.php?id=4","",0,25,150,"","","","","","",-1,-1,-1,"","");
		Menu3_2_2_2=new Array("Manager","/cufc/teams/u8/tigers/manager2009.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
	//Menu3_2_3=new Array("Leopards","","",2,25,140,"","","","","","",-1,-1,-1,"","");
	//	Menu3_2_3_1=new Array("Fixtures / Results","/redir.php?id=5","",0,25,150,"","","","","","",-1,-1,-1,"","");
	//	Menu3_2_3_2=new Array("Manager","/cufc/teams/u8/leopards/manager2008.html","",0,25,150,"","","","","","",-1,-1,-1,"","");

Menu3_3=new Array("Under 9's","","",4,25,140,"","","","","","",-1,-1,-1,"","");
 	Menu3_3_1=new Array("Lions","","",2,25,140,"","","","","","",-1,-1,-1,"","");
		Menu3_3_1_1=new Array("Fixtures / Results","/redir.php?id=5","",0,25,150,"","","","","","",-1,-1,-1,"","");
		Menu3_3_1_2=new Array("Manager","/cufc/teams/u9/lions/manager2009.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
	Menu3_3_2=new Array("Tigers","","",2,25,140,"","","","","","",-1,-1,-1,"","");
		Menu3_3_2_1=new Array("Fixtures / Results","/redir.php?id=6","",0,25,150,"","","","","","",-1,-1,-1,"","");
		Menu3_3_2_2=new Array("Manager","/cufc/teams/u9/tigers/manager2009.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
	Menu3_3_3=new Array("Leopards","","",2,25,140,"","","","","","",-1,-1,-1,"","");
		Menu3_3_3_1=new Array("Fixtures / Results","/redir.php?id=7","",0,25,150,"","","","","","",-1,-1,-1,"","");
		Menu3_3_3_2=new Array("Manager","/cufc/teams/u9/leopards/manager2009.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
	Menu3_3_4=new Array("Pumas","","",2,25,140,"","","","","","",-1,-1,-1,"","");
		Menu3_3_4_1=new Array("Fixtures / Results","/redir.php?id=8","",0,25,150,"","","","","","",-1,-1,-1,"","");
		Menu3_3_4_2=new Array("Manager","/cufc/teams/u9/pumas/manager2009.html","",0,25,150,"","","","","","",-1,-1,-1,"","");

Menu3_4=new Array("Under 10's","","",3,25,140,"","","","","","",-1,-1,-1,"","");
	Menu3_4_1=new Array("Lions","","",2,25,140,"","","","","","",-1,-1,-1,"","");
		Menu3_4_1_1=new Array("Fixtures / Results","/redir.php?id=9","",0,25,150,"","","","","","",-1,-1,-1,"","");
		Menu3_4_1_2=new Array("Manager","/cufc/teams/u10/lions/manager2009.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
	Menu3_4_2=new Array("Tigers","","",2,25,140,"","","","","","",-1,-1,-1,"","");
		Menu3_4_2_1=new Array("Fixtures / Results","/redir.php?id=10","",0,25,150,"","","","","","",-1,-1,-1,"","");
		Menu3_4_2_2=new Array("Manager","/cufc/teams/u10/tigers/manager2009.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
	Menu3_4_3=new Array("Leopards","","",2,25,140,"","","","","","",-1,-1,-1,"","");
		Menu3_4_3_1=new Array("Fixtures / Results","/redir.php?id=11","",0,25,150,"","","","","","",-1,-1,-1,"","");
		Menu3_4_3_2=new Array("Manager","/cufc/teams/u10/leopards/manager2009.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
	//Menu3_4_4=new Array("Pumas","","",2,25,140,"","","","","","",-1,-1,-1,"","");
	//	Menu3_4_4_1=new Array("Fixtures / Results","/redir.php?id=12","",0,25,150,"","","","","","",-1,-1,-1,"","");
	//	Menu3_4_4_2=new Array("Manager","/cufc/teams/u10/pumas/manager2008.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
	//Menu3_4_5=new Array("Cougars","","",2,25,140,"","","","","","",-1,-1,-1,"","");
	//	Menu3_4_5_1=new Array("Fixtures / Results","/redir.php?id=22","",0,25,150,"","","","","","",-1,-1,-1,"","");
	//	Menu3_4_5_2=new Array("Manager","/cufc/teams/u10/cougars/manager2008.html","",0,25,150,"","","","","","",-1,-1,-1,"","");

Menu3_5=new Array("Under 11's","","",4,25,140,"","","","","","",-1,-1,-1,"","");
	Menu3_5_1=new Array("A Team","","",2,25,140,"","","","","","",-1,-1,-1,"","");
		Menu3_5_1_1=new Array("Fixtures / Results","/redir.php?id=13","",0,25,150,"","","","","","",-1,-1,-1,"","");
		Menu3_5_1_2=new Array("Manager","/cufc/teams/u11/1st/manager2009.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
	Menu3_5_2=new Array("B Team","","",2,25,140,"","","","","","",-1,-1,-1,"","");
		Menu3_5_2_1=new Array("Fixtures / Results","/redir.php?id=13","",0,25,150,"","","","","","",-1,-1,-1,"","");
		Menu3_5_2_2=new Array("Manager","/cufc/teams/u11/2nd/manager2009.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
	Menu3_5_3=new Array("C Team","","",2,25,140,"","","","","","",-1,-1,-1,"","");
		Menu3_5_3_1=new Array("Fixtures / Results","/redir.php?id=13","",0,25,150,"","","","","","",-1,-1,-1,"","");
		Menu3_5_3_2=new Array("Manager","/cufc/teams/u11/3rd/manager2009.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
                     Menu3_5_4=new Array("D Team","","",2,25,140,"","","","","","",-1,-1,-1,"","");
		Menu3_5_4_1=new Array("Fixtures / Results","/redir.php?id=13","",0,25,150,"","","","","","",-1,-1,-1,"","");
		Menu3_5_4_2=new Array("Manager","/cufc/teams/u11/4th/manager2009.html","",0,25,150,"","","","","","",-1,-1,-1,"","");

Menu3_6=new Array("Under 12's","","",3,25,140,"","","","","","",-1,-1,-1,"","");
	Menu3_6_1=new Array("A Team","","",2,25,140,"","","","","","",-1,-1,-1,"","");
		Menu3_6_1_1=new Array("Fixtures / Results","/redir.php?id=13","",0,25,150,"","","","","","",-1,-1,-1,"","");
		Menu3_6_1_2=new Array("Manager","/cufc/teams/u12/1st/manager2009.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
	Menu3_6_2=new Array("B Team","","",2,25,140,"","","","","","",-1,-1,-1,"","");
		Menu3_6_2_1=new Array("Fixtures / Results","/redir.php?id=13","",0,25,150,"","","","","","",-1,-1,-1,"","");
		Menu3_6_2_2=new Array("Manager","/cufc/teams/u12/2nd/manager2009.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
                     Menu3_6_3=new Array("C Team","","",2,25,140,"","","","","","",-1,-1,-1,"","");
		Menu3_6_3_1=new Array("Fixtures / Results","/redir.php?id=13","",0,25,150,"","","","","","",-1,-1,-1,"","");
		Menu3_6_3_2=new Array("Manager","/cufc/teams/u12/3rd/manager2009.html","",0,25,150,"","","","","","",-1,-1,-1,"","");

Menu3_7=new Array("Under 13's","","",3,25,140,"","","","","","",-1,-1,-1,"","");
	Menu3_7_1=new Array("A Team","","",2,25,140,"","","","","","",-1,-1,-1,"","");
		Menu3_7_1_1=new Array("Fixtures / Results","/redir.php?id=13","",0,25,150,"","","","","","",-1,-1,-1,"","");
		Menu3_7_1_2=new Array("Manager","/cufc/teams/u13/1st/manager2009.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
	Menu3_7_2=new Array("B Team","","",2,25,140,"","","","","","",-1,-1,-1,"","");
		Menu3_7_2_1=new Array("Fixtures / Results","/redir.php?id=13","",0,25,150,"","","","","","",-1,-1,-1,"","");
		Menu3_7_2_2=new Array("Manager","/cufc/teams/u13/2nd/manager2009.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
                     Menu3_7_3=new Array("Girls Team","","",2,25,140,"","","","","","",-1,-1,-1,"","");
		Menu3_7_3_1=new Array("Fixtures / Results","/redir.php?id=18","",0,25,150,"","","","","","",-1,-1,-1,"","");
		Menu3_7_3_2=new Array("Manager","/cufc/teams/u13/girls/manager2009.html","",0,25,150,"","","","","","",-1,-1,-1,"","");


Menu3_8=new Array("Under 14's","","",2,25,140,"","","","","","",-1,-1,-1,"","");
	Menu3_8_1=new Array("A Team","","",2,25,140,"","","","","","",-1,-1,-1,"","");
		Menu3_8_1_1=new Array("Fixtures / Results","/redir.php?id=13","",0,25,150,"","","","","","",-1,-1,-1,"","");
		Menu3_8_1_2=new Array("Manager","/cufc/teams/u14/1st/manager2009.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
                     Menu3_8_2=new Array("B Team","","",2,25,140,"","","","","","",-1,-1,-1,"","");
		Menu3_8_2_1=new Array("Fixtures / Results","/redir.php?id=13","",0,25,150,"","","","","","",-1,-1,-1,"","");
		Menu3_8_2_2=new Array("Manager","/cufc/teams/u14/2nd/manager2009.html","",0,25,150,"","","","","","",-1,-1,-1,"","");

Menu3_9=new Array("Under 15's","","",1,25,140,"","","","","","",-1,-1,-1,"","");
	  Menu3_9_1=new Array("We are not running an under 15 team this season.","javascript:alert('We do not currently run a team in this age group.');","",0,60,150,"","","","","","",-1,-1,-1,"","");

Menu3_10=new Array("Under 16's","","",2,25,140,"","","","","","",-1,-1,-1,"","");
	Menu3_10_1=new Array("Fixtures / Results","/redir.php?id=13","",0,25,150,"","","","","","",-1,-1,-1,"","");
	Menu3_10_2=new Array("Manager","/cufc/teams/u16/manager2009.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
                    //  Menu3_10_1=new Array("Fixtures / Results","javascript:alert('We do not currently run a team in this age group.');","",0,25,150,"","","","","","",-1,-1,-1,"","");
                   //  Menu3_10_2=new Array("Manager","javascript:alert('We do not currently run a team in this age group.');","",0,25,150,"","","","","","",-1,-1,-1,"","");

Menu3_11=new Array("Under 18's","","",2,25,140,"","","","","","",-1,-1,-1,"","");
                     Menu3_11_1=new Array("A Team","","",2,25,140,"","","","","","",-1,-1,-1,"","");
	                      Menu3_11_1_1=new Array("Fixtures / Results","/redir.php?id=13","",0,25,150,"","","","","","",-1,-1,-1,"","");
	                      Menu3_11_1_2=new Array("Manager","/cufc/teams/u18/1st/manager2009.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
                     Menu3_11_2=new Array("B Team","","",2,25,140,"","","","","","",-1,-1,-1,"","");
                                           Menu3_11_2_1=new Array("Fixtures / Results","/redir.php?id=13","",0,25,150,"","","","","","",-1,-1,-1,"","");
                                           Menu3_11_2_2=new Array("Manager","/cufc/teams/u18/2nd/manager2009.html","",0,25,150,"","","","","","",-1,-1,-1,"","");

            Menu4=new Array("<img src='/cufc/images/menu_soccerschool.gif'>","","",4,20,170,"","","","","","",-1,-1,-1,"","U06 Mini Soccer School");
            Menu4_1=new Array("Mini Soccer School Info","/cufc/teams/u6/info.html","",0,25,170,"","","","","","",-1,-1,-1,"","");
            Menu4_2=new Array("Mini Soccer Fun Days","/cufc/PDF/Catholic_Flyer_2.pdf","",0,25,170,"","","","","","",-1,-1,-1,"","");
            Menu4_3=new Array("Coach","/cufc/teams/u6/coach.html","",0,25,170,"","","","","","",-1,-1,-1,"","");
            Menu4_4=new Array("Goalkeeper Coach","/cufc/teams/u6/goalkeeper-coach.html","",0,25,170,"","","","","","",-1,-1,-1,"","");
