	var NoOffFirstLineMenus=5;		// Number of first level items
	var LowBgColor='#212163';		// Background color when mouse is not over
	var LowSubBgColor='#212163';	// Background color when mouse is not over on subs
	var HighBgColor='#F4D424';		// Background color when mouse is over
	var HighSubBgColor='#F4D424';	// Background color when mouse is over on subs
	var FontLowColor='#ffffff';		// Font color when mouse is not over
	var FontSubLowColor='#ffffff';	// Font color subs when mouse is not over
	var FontHighColor='#ffffff';	// Font color when mouse is over
	var FontSubHighColor='#ffffff';	// Font color subs when mouse is over
	var BorderColor='#ffffff';		// Border color
	var BorderSubColor='#212163';	// 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='center';	// 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=0;				// horizontal overlap child/ parent 
	var ChildVerticalOverlap=0;		// vertical overlap child/ parent 
	var StartTop=-5;				// Menu offset x coordinate
	var StartLeft=1;				// 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=1;		// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;		// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// 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='menu';			// 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=['../Logos/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);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Information","","",7,23,135);
	Menu1_1=new Array("Information","","",2,20,135);
		Menu1_1_1=new Array("Kids Info","javascript:parent.centrepanel.location='KidsInfo.htm'","",0,20,135);
		Menu1_1_2=new Array("Parents Info","javascript:parent.centrepanel.location='ParentsInfo.htm'","",0);
	Menu1_2=new Array("Officers","","",2);
		Menu1_2_1=new Array("Academy Officers","javascript:parent.centrepanel.location='Academy_Officers.php'","",0,20,120);
		Menu1_2_2=new Array("Club Officers","javascript:parent.centrepanel.location='../Exec_Officers.php'","",0);
	Menu1_3=new Array("Training","javascript:parent.centrepanel.location='JuniorTraining.htm'","",0);
	Menu1_4=new Array("Fees","javascript:parent.centrepanel.location='../Fees.htm'","",0);
	Menu1_5=new Array("School Links","javascript:parent.centrepanel.location='School_Links.htm'","",0);
	Menu1_6=new Array("Development","javascript:parent.centrepanel.location='../Development.htm'","",0);	
		//Menu1_6_1=new Array("Team Structures","javascript:parent.centrepanel.location='.htm'","",0,20,120);
		//Menu1_6_2=new Array("LTAD","javascript:parent.centrepanel.location='.htm'","",0,20,120);
	Menu1_7=new Array("Sponsors","javascript:parent.centrepanel.location='../Sponsors.htm'","",2);	
		Menu1_7_1=new Array("Club Sponsors","javascript:parent.centrepanel.location='../Sponsors.htm'","",0,20,120);
		Menu1_7_2=new Array("Sponsor Us","javascript:parent.centrepanel.location='../SponsorUs.htm'","",0,20,120);
	

Menu2=new Array("Members","","",6,0,0);
	Menu2_1=new Array("Login","javascript:window.open('http://www.bathbuccaneers.co.uk/scripts/member_area.php')","",0,20,135);	
	Menu2_2=new Array("Documents","javascript:parent.centrepanel.location='JuniorDocuments.htm'","",0);
	Menu2_3=new Array("Merchandise","javascript:parent.centrepanel.location='JuniorMerchandise.htm'","",0);
	Menu2_4=new Array("Discounts","javascript:parent.centrepanel.location='../Discounts.htm'","",0);
	Menu2_5=new Array("Social","javascript:parent.centrepanel.location='../Social.php'","",0);
	Menu2_6=new Array("200 Club","","",2,20,169);
		Menu2_6_1=new Array("Rules and Join","javascript:parent.centrepanel.location='../200Club_Rules.htm'","",0,20,120);
		Menu2_6_2=new Array("Winners","javascript:parent.centrepanel.location='../200Club_Winners.htm'","",0,20,120);
	
Menu3=new Array("What's New","","",5,0,0);
	Menu3_1=new Array("Junior News","javascript:parent.centrepanel.location='http://www.teambathbuccaneers.co.uk/scripts/view_events.php?format=2&target=Academy'","",0,20,135);
	Menu3_2=new Array("Newsletters","javascript:parent.centrepanel.location='../Newsletters.htm'","",0,20,169);
	Menu3_3=new Array("Fixtures","javascript:parent.centrepanel.location='JuniorFixtures.htm'","",0);
	Menu3_4=new Array("Awards & Honours","javascript:parent.centrepanel.location='JuniorAwards.htm'","",0);
	Menu3_5=new Array("Gallery","javascript:window.open('http://www.bathbuccaneers.co.uk/gallery/index.php?cat=4')","",0);

Menu4=new Array("Savills&Avon Leagues","","",4,0,0);
	Menu4_1=new Array("Savills Intro","javascript:parent.centrepanel.location='SavillsLeagueIntro.htm'","",0,20,136);
	Menu4_2=new Array("Savills Tables","javascript:parent.centrepanel.location='SavillsLeagueTables.htm'","",0);
	Menu4_3=new Array("Savills Enter","javascript:parent.centrepanel.location='SavillsLeagueEnter.htm'","",0);
	Menu4_4=new Array("Avon League","javascript:parent.centrepanel.location='AvonLeague.htm'","",0);

Menu5=new Array("Contact","","",5,0,0);
	Menu5_1=new Array("Join Us","javascript:parent.centrepanel.location='../Join.htm'","",0,20,136);
	Menu5_2=new Array("Contact Us","javascript:parent.centrepanel.location='JuniorContact.htm'","",0);
	Menu5_3=new Array("Find Us","javascript:parent.centrepanel.location='../FindUs.htm'","",0);
	Menu5_4=new Array("Facilities","javascript:parent.centrepanel.location='../Facilities.htm'","",0);	
	Menu5_5=new Array("Links","javascript:parent.centrepanel.location='../Links.htm'","",0);
