/***********************************************************************************

*	(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=8;			// Number of first level items

	var LowBgColor='#407EBD';			// Background color when mouse is not over

	var LowSubBgColor='white';			// Background color when mouse is not over on subs

	var HighBgColor='#407EBD';			// Background color when mouse is over

	var HighSubBgColor='#407EBD';			// Background color when mouse is over on subs

	var FontLowColor='#FFFFFF';			// Font color when mouse is not over

	var FontSubLowColor='#407EBD';			// 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='#407EBD';			// Border color

	var BorderSubColor='#FFFFFF';			// Border color for subs

	var BorderWidth=2;				// Border width

	var BorderBtwnElmnts=1;			// Border between elements 1 or 0

	var FontFamily="Arial, Helvetica, sans-serif"	// Font family menu items

	var FontSize=12;				// 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=.0;				// horizontal overlap child/ parent

	var ChildVerticalOverlap=.0;			// vertical overlap child/ parent

	var StartTop=80;				// Menu offset x coordinate

	var StartLeft=170;				// 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=0;				// 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='';				// 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=0;				// Uses arrow gifs when 1

	var KeepHilite=1;				// Keep selected path highligthed

	var Arrws=['',5,10,'',10,5,'',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","",1,20,60);

	Menu1_1=new Array("Homepage","index.htm","",0,20,90);



Menu2=new Array("Fixtures","#","",17,20,80);

	Menu2_1=new Array("Division 1","div1.htm","",0,20,90);

	Menu2_2=new Array("Division 2a","div2a.htm","",0,20,90);

	Menu2_3=new Array("Division 2b","div2b.htm","",0,20,90);

	Menu2_4=new Array("Division 3a","div3a.htm","",0,20,90);

	Menu2_5=new Array("Division 3b","div3b.htm","",0,20,90);

	Menu2_6=new Array("Division 4a","div4a.htm","",0,20,90);

	Menu2_7=new Array("Division 4b","div4b.htm","",0,20,90);

	Menu2_8=new Array("Division 5a","div5a.htm","",0,20,90);

	Menu2_9=new Array("Division 5b","div5b.htm","",0,20,90);

	Menu2_10=new Array("Division 6a","div6a.htm","",0,20,90);

	Menu2_11=new Array("Division 6b","div6b.htm","",0,20,90);

	Menu2_12=new Array("Division 7a","div7a.htm","",0,20,90);

	Menu2_13=new Array("Division 7b","div7b.htm","",0,20,90);

	Menu2_14=new Array("Division 8a","div8a.htm","",0,20,90);

	Menu2_15=new Array("Division 8b","div8b.htm","",0,20,90);

	Menu2_16=new Array("Division 9a","div9a.htm","",0,20,90);

	Menu2_17=new Array("Division 9b","div9b.htm","",0,20,90);



Menu3=new Array("Results","#","",1,20,80);

	Menu3_1=new Array("The Grid","viewscr.htm","",0,20,90);

	

Menu4=new Array("Archives","#","",1,20,80);

	Menu4_1=new Array("Archive Menu","archmenu.htm","",0,20,110);

	

Menu5=new Array("Committee","","",2,20,100);

	Menu5_1=new Array("Committee members","committee.htm","",0,20,180);

	Menu5_2=new Array("History & Past Officers","history.htm","",0,20,180);

	

Menu6=new Array("Clubs","#","",6,20,60);

	Menu6_1=new Array("Clubs A - D","#","",4,20,100);

		Menu6_1_1=new Array("Clubs A","clubs.htm","",0,20,100);

		Menu6_1_2=new Array("Clubs B","clubs.htm#b","",0,20,100);

		Menu6_1_3=new Array("Clubs C","clubs.htm#c","",0,20,100);

		Menu6_1_4=new Array("Clubs D","clubs.htm#d","",0,20,100);

	Menu6_2=new Array("Clubs E - H","#","",4,20,100);

		Menu6_2_1=new Array("Clubs E","clubs.htm#e","",0,20,100);

		Menu6_2_2=new Array("Clubs F","clubs.htm#f","",0,20,100);

		Menu6_2_3=new Array("Clubs G","clubs.htm#g","",0,20,100);

		Menu6_2_4=new Array("Clubs H","clubs.htm#h","",0,20,100);

	Menu6_3=new Array("Clubs I - L","#","",4,20,100);

		Menu6_3_1=new Array("Clubs I","clubs.htm#i","",0,20,100);

		Menu6_3_2=new Array("Clubs J","#","",0,20,100);

		Menu6_3_3=new Array("Clubs K","clubs.htm#k","",0,20,100);

		Menu6_3_4=new Array("Clubs L","#","",0,20,100);

	Menu6_4=new Array("Clubs M - P","#","",4,20,100);

		Menu6_4_1=new Array("Clubs M","clubs.htm#m","",0,20,100);

		Menu6_4_2=new Array("Clubs N","clubs.htm#n","",0,20,100);

		Menu6_4_3=new Array("Clubs O","clubs.htm#o","",0,20,100);

		Menu6_4_4=new Array("Clubs P","clubs.htm#p","",0,20,100);

	Menu6_5=new Array("Clubs Q - U","#","",5,20,100);

		Menu6_5_1=new Array("Clubs Q","#","",0,20,100);

		Menu6_5_2=new Array("Clubs R","clubs.htm#r","",0,20,100);

		Menu6_5_3=new Array("Clubs S","clubs.htm#s","",0,20,100);

		Menu6_5_4=new Array("Clubs T","clubs.htm#t","",0,20,100);

		Menu6_5_5=new Array("Clubs U","#","",0,20,100);

	Menu6_6=new Array("Clubs V - Z","#","",3,20,100);

		Menu6_6_1=new Array("Clubs V","#","",0,20,100);

		Menu6_6_2=new Array("Clubs W","clubs.htm#w","",0,20,100);

		Menu6_6_3=new Array("Clubs XYZ","clubs.htm#y","",0,20,100);



Menu7=new Array("Info","","",13,20,40);

	Menu7_1=new Array("Latest News","newsletter.htm","",0,20,220);

	Menu7_2=new Array("Constitution","constitution.htm","",0,20,220);

	Menu7_3=new Array("League Format","format.htm","",0,20,200);

	Menu7_4=new Array("Match Rules","matchrules.htm","",0,20,200);

	Menu7_5=new Array("Disciplinary","disc.htm","",0,20,200);

	Menu7_6=new Array("Penalty Guidelines","disc_offence_levels.htm","",0,20,200);

	Menu7_7=new Array("Work permit info","Overseas_Player_Work_Permit_Info.htm","",0,20,200);

	Menu7_8=new Array("Matchday requirements","matchday_requirements.htm","",0,20,200);

	Menu7_9=new Array("Map of area","map.htm","",0,20,200);

	Menu7_10=new Array("TVL Expansion pdf","info/TVCL_Expansion.pdf","",0,20,200);

	Menu7_11=new Array("Overseas players registered","oseasplayerregister2008.htm","",0,20,200);

	Menu7_12=new Array("TVL Cricket Grounds Map","maps/index.html","",0,20,200);

	Menu7_13=new Array("Courses and Training Links","courses-and-training.htm","",0,20,200);
	
	

Menu8=new Array("Forms","#","",1,20,60);

	Menu8_1=new Array("Forms","forms.htm","",0,20,60);

