/***********************************************************************************
*	(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=10;			// Number of first level items
	var LowBgColor='#ffffcc';			// Background color when mouse is not over
	var LowSubBgColor='#ffffcc';			// Background color when mouse is not over on subs
	var HighBgColor='blue';			// Background color when mouse is over
	var HighSubBgColor='blue';			// Background color when mouse is over on subs
	var FontLowColor='blue';			// Font color when mouse is not over
	var FontSubLowColor='blue';			// 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='#ccffff';			// Border color
	var BorderSubColor='#ccffff';			// Border color for subs
	var BorderWidth=2;				// 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=.05;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.05;			// vertical overlap child/ parent
	var StartTop=36;				// Menu offset x coordinate
	var StartLeft=19;				// 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=1000;			// delay before menu folds in
	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 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=['http://www.pottenendcc.org.uk/images/tri.gif',5,10,'http://www.pottenendcc.org.uk/images/tridown.gif',10,5,'http://www.pottenendcc.org.uk/images/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","http://www.pottenendcc.org.uk/index.htm","",0,60,80);

Menu2=new Array("Fixtures and Results","","",4,48,100);
	Menu2_1=new Array("Saturday 1st XI","http://www.pottenendcc.org.uk/FixturesandResults/2010/PECCfix1.shtml","",0,30,110);	
	Menu2_2=new Array("Saturday 2nd XI","http://www.pottenendcc.org.uk/FixturesandResults/2010/PECCfix2.shtml","",0);
	Menu2_3=new Array("Sunday Friendly XI","http://www.pottenendcc.org.uk/FixturesandResults/2010/PECCfixSun.shtml","",0);
	Menu2_4=new Array("Colts","","",6);	
		Menu2_4_1=new Array("Under 10","http://www.pottenendcc.org.uk/FixturesandResults/2010/PECCfixU10.shtml","",0,30,100);
		Menu2_4_2=new Array("Under 11","http://www.pottenendcc.org.uk/FixturesandResults/2010/PECCfixU11.shtml","",0);
		Menu2_4_3=new Array("Under 12","http://www.pottenendcc.org.uk/FixturesandResults/2010/PECCfixU12.shtml","",0);
		Menu2_4_4=new Array("Under 13","http://www.pottenendcc.org.uk/FixturesandResults/2010/PECCfixU13.shtml","",0);
		Menu2_4_5=new Array("Under 14","http://www.pottenendcc.org.uk/FixturesandResults/2010/PECCfixU14.shtml","",0);
		Menu2_4_6=new Array("Under 15","http://www.pottenendcc.org.uk/FixturesandResults/2010/PECCfixU15.shtml","",0);

Menu3=new Array("About Us","","",4);
	Menu3_1=new Array("Contact Us","http://www.pottenendcc.org.uk/PECCcontacts.htm","",0,30,120);
	Menu3_2=new Array("Club Officials","","",2);
		Menu3_2_1=new Array("Committee Members","http://www.pottenendcc.org.uk/PECCcommittee.htm","",0,30,120);
		Menu3_2_2=new Array("Vice Presidents","http://www.pottenendcc.org.uk/PECCvps.htm","",0);
	Menu3_3=new Array("Find Us","http://www.pottenendcc.org.uk/PECCfindus.htm","",0);
	Menu3_4=new Array("About Us","http://www.pottenendcc.org.uk/PECCwelcome.htm","",0);
	
Menu4=new Array("Teams","","",4);
	Menu4_1=new Array("Saturday 1st XI","http://www.pottenendcc.org.uk/PECCSat1st.htm","",0,28,100);
	Menu4_2=new Array("Saturday 2nd XI","http://www.pottenendcc.org.uk/PECCSat2nd.htm","",0);
	Menu4_3=new Array("Sunday Friendly XI","http://www.pottenendcc.org.uk/PECCSun.htm","",0);
	Menu4_4=new Array("Colts","http://www.pottenendcc.org.uk/PECCcolts.htm","",0);

Menu5=new Array("Sponsors","http://www.pottenendcc.org.uk/PECCsponsors.htm","",0,48,80);

Menu6=new Array("Gallery","http://www.pottenendcc.org.uk/PECCgallery.htm","",0,48,80);

Menu7=new Array("External Links (open in new window)","","",6,48,100);
	Menu7_1=new Array("Old PECC play.cricket site","javascript:window.open('http://pottenendcc.play-cricket.com');","",0,24,180);
	Menu7_2=new Array("Mid Bucks Kookaburra League","javascript:window.open('http://www.midbuckscricket.org.uk');","",0);
	Menu7_3=new Array("Herts Cricket Board","javascript:window.open('http://hertscricket.org');","",0);
	Menu7_4=new Array("ECB","javascript:window.open('http://ecb.co.uk');","",0);
	Menu7_5=new Array("Herts Junior Leagues","javascript:window.open('http://www.hertscricket.org/sectionList.aspx?mTag=juniorCricket&sTag=ClubJuniorLeagues');","",0);
	Menu7_6=new Array("Dacorum District Cricket","javascript:window.open('http://www.ddcdg.co.uk');","",0);
	
Menu8=new Array("Players Area","","",6);
	Menu8_1=new Array("Spirit Of Cricket","http://www.pottenendcc.org.uk/PECCspirit.htm","",0,36,120);
	Menu8_2=new Array("Tea Rota 2010","http://www.pottenendcc.org.uk/PECCtearota.htm",0);
	Menu8_3=new Array("Guidelines for Tea Duty","http://www.pottenendcc.org.uk/PECCteaduty.htm",0);
	Menu8_4=new Array("Legends","http://www.pottenendcc.org.uk/PECClegends.htm","",0);
	Menu8_5=new Array("Chatboards","http://www.pottenendcc.myfreeforum.org","",0);
	Menu8_6=new Array("Special Offers","http://www.pottenendcc.org.uk/offers.htm",0);
	
Menu9=new Array("Fund Raising","","",1);
	Menu9_1=new Array("50/50 draw","http://www.pottenendcc.org.uk/PECC5050draw.htm","",0,48,80);

Menu10=new Array("","","http://www.pottenendcc.org.uk/images/pecclogo.jpg",0,60,60);
	
