/***********************************************************************************
*	(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=9;			// Number of first level items
	var LowBgColor='#000033';			// Backgr ground color when mouse is not over
	var LowSubBgColor='#0066FF';			// Background color when mouse is not over on subs
	var HighBgColor='#003366';			// Background color when mouse is over
	var HighSubBgColor='#003366';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// 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='#fefe0d';			// Border color
	var BorderSubColor='#fefe0d';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Verdana, Arial, Helvetica, sans-serif"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=0;				// 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='center';			// 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=120;				// 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=0;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// 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='';				// 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=['/Graphics/tri.gif',5,10,'/Graphics/tridown.gif',10,5,'/Graphics/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);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","/index.htm","",0,25,83);

Menu2=new Array("About us","","4",5);
	Menu2_1=new Array("About Us","/about.htm","",0,20,120);
	Menu2_2=new Array("History","/wellingborough.htm","",0,20,120);
	Menu2_3=new Array("Constitution","/constitution.html","",0,20,120);
	Menu2_4=new Array("Charter Standard","/charter.htm","",0,20,120);
	Menu2_5=new Array("Vacancies","/vacancies.htm","",0,20,120);
		
	
Menu3=new Array("News","","",3);
	Menu3_1=new Array("Latest News","/news.htm","",0,20,100);
	Menu3_2=new Array("2009 News","/Archives/news2009.html","",0,20,100);
	Menu3_3=new Array("News Archives","/Archives/news2008.html","",0,20,100);
	

Menu4=new Array("Boys Soccer","","2",4);
	Menu4_1=new Array("Under 11","/under11.html","",1,20,100);
		Menu4_1_1=new Array("U11 Fixtures","/under11Fixtures.html","",1,20,100);
			Menu4_1_1_1=new Array("U11 Reports","/under11_report.html","",0,20,100);
	
	Menu4_2=new Array("Under 13","/under13.html","",1,20,100);
		Menu4_2_1=new Array("U13 Fixtures","/under13Fixtures.html","",1,20,100);
			Menu4_2_1_1=new Array("U13 Reports","/under13_report.html","",0,20,100);
	
	Menu4_3=new Array("Under 14","/under14.html","",1,20,100);
		Menu4_3_1=new Array("U14 Fixtures","/under14Fixtures.html","",1,20,100);
			Menu4_3_1_1=new Array("U14 Reports","/under14_report.html","",0,20,100);
	
	Menu4_4=new Array("Under 15","/under15.html","",1,20,100);
		Menu4_4_1=new Array("U15 Fixtures","/under15Fixtures.html","",1,20,100);
			Menu4_4_1_1=new Array("U15 Reports","/under15_report.html","",0,20,100);
	
	
	
Menu5=new Array("Mini Soccer","","",4);
	Menu5_1=new Array("Under 7","/under7.html","",1,20,100);
		Menu5_1_1=new Array("U7 Fixtures","/under7Fixtures.html","",1,20,100);
			Menu5_1_1_1=new Array("U7 Reports","/under7_report.html","",0,20,100);
	Menu5_2=new Array("Under 8","/under8.html","",1,20,100);
		Menu5_2_1=new Array("U8 Fixtures","/under8Fixtures.html","",1,20,100);
			Menu5_2_1_1=new Array("U8 Reports","/under8_report.html","",0,20,100);
	Menu5_3=new Array("Under 9","/under9.html","",1,20,100);
		Menu5_3_1=new Array("U9 Fixtures","/under9Fixtures.html","",1,20,100);
			Menu5_3_1_1=new Array("U9 Reports","/under9_report.html","",0,20,100);
	Menu5_4=new Array("Under 10","/under10.html","",1,20,100);
		Menu5_4_1=new Array("U10 Fixtures","/under10Fixtures.html","",1,20,100);
			Menu5_4_1_1=new Array("U10 Reports","/under10_report.html","",0,20,100);

			
	
Menu6=new Array("Contact us","","",1);
	Menu6_1=new Array("Contact us","/contact.htm","",0,20,100);
	
	
Menu7=new Array("Policy","","",6);
	Menu7_1=new Array("Players Code of Conduct","/conductP.htm","",0,20,170);
	Menu7_2=new Array("Spectators Code of Conduct","/conduct.htm","",0,20,170);	
	Menu7_3=new Array("Coaches Code of Conduct","/conductC.html","",0,20,170);
	Menu7_4=new Array("Child Protection Policy","/childprotection.htm","",0,20,170);
	Menu7_5=new Array("Equal Opportunity Policy","/equalopp.htm","",0,20,170);
		Menu7_6=new Array("Photography Guidelines","javascript:window.open('http://www.wtys.co.uk/Downloads/PhotoGuide.pdf')","",0);
	
Menu8=new Array("Links","","",8);
	Menu8_1=new Array("Sponsors Links","/sponsors.htm","",0,20,130);
	Menu8_2=new Array("Links","/links.htm","",0,20,130);
	Menu8_3=new Array("The FA","javascript:window.open('http://www.thefa.com/')","",0,20,130);
	Menu8_4=new Array("Wellingborough Town","javascript:window.open('http://www.wellingboroughtownfc.co.uk')","",0);
	Menu8_5=new Array("Mitoo","javascript:window.open('http://football.mitoo.co.uk/News.cfm?LeagueCode=WTBX2007')","",0);
	Menu8_6=new Array("Weetabix League","javascript:window.open('http://www.weetabixyfl.co.uk/')","",0);
	Menu8_7=new Array("Downloads","/downloads.htm","",0,20,130);
	Menu8_8=new Array("Calendar","/calendar.htm","",0,20,130);
	
Menu9=new Array("Vacancies","/vacancies.htm","",0);