  /*** 
  This is the menu creation code - place it right after you body tag
  Feel free to add this to a stand-alone js file and link it to your page.
  **/

  //Menu object creation
  oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

  //Menu properties   
  oCMenu.pxBetween=0
  oCMenu.fromLeft=12 
  oCMenu.fromTop=2   
  oCMenu.rows=0 
  oCMenu.menuPlacement=0

  oCMenu.offlineRoot="" 
  oCMenu.onlineRoot="" 
  oCMenu.resizeCheck=1 
  oCMenu.wait=1000 
  oCMenu.fillImg=""
  oCMenu.zIndex=0

  //Background bar properties
  oCMenu.useBar=1
  oCMenu.barWidth="menu"
  oCMenu.barHeight="menu" 
  oCMenu.barClass="clBar"
  oCMenu.barX="menu"
  oCMenu.barY="menu"
  oCMenu.barBorderX=0
  oCMenu.barBorderY=0
  oCMenu.barBorderClass="clBorder"

  //EXAMPLE SUB LEVEL[0] PROPERTIES - You have to spesify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
  oCMenu.level[0]=new cm_makeLevel() //Add this for each new level (adding one to the number)
  oCMenu.level[0].width=122
  oCMenu.level[0].height=32
  oCMenu.level[0].regClass="clLevel0"
  //oCMenu.level[0].overClass="clLevel0over"
  oCMenu.level[0].align="right" 
  oCMenu.level[0].style=""
  oCMenu.level[0].offsetX=-6
  oCMenu.level[0].offsetY=0
  oCMenu.level[0].borderClass=""
  oCMenu.level[0].borderX=0
  oCMenu.level[0].borderY=0
  oCMenu.level[0].rows=0
  oCMenu.level[0].align="right" 
  oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.25)"
  
  //EXAMPLE SUB LEVEL[1] PROPERTIES - You have to spesify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
  oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
  oCMenu.level[1].width=oCMenu.level[0].width+10
  oCMenu.level[1].height=22
  oCMenu.level[1].regClass="clLevel1"
  oCMenu.level[1].overClass="clLevel1over"
  oCMenu.level[1].align="right" 
  oCMenu.level[1].style=""
  //oCMenu.level[1].offsetX=(oCMenu.level[0].width-2)/2+20
  oCMenu.level[1].offsetX=-6
  oCMenu.level[1].offsetY=0
  oCMenu.level[1].borderClass="cllevel1border"
  oCMenu.level[1].borderX=0
  oCMenu.level[1].borderY=0
  oCMenu.level[1].rows=0
  oCMenu.level[1].align="right"  

  /******************************************
  Menu item creation:
  myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
  *************************************/
    oCMenu.makeMenu('top0','','Home','index.html','','','35','','','clLevel0news','clLevel0overnews','','','','','window.status="Did";')
	oCMenu.makeMenu('sub00','top0','Latest','index.html')
	oCMenu.makeMenu('sub01','top0','Old Blog')
		oCMenu.makeMenu('sub026','sub01','2007 Season')
			oCMenu.makeMenu('sub0264','sub026','October -December','blogg21.html')
			oCMenu.makeMenu('sub0263','sub026','July - September','blogg20.html')
			oCMenu.makeMenu('sub0262','sub026','April - June','blogg19.html')
			oCMenu.makeMenu('sub0261','sub026','January - March','blogg18.html','','','28')
		oCMenu.makeMenu('sub025','sub01','2006 Season')
			oCMenu.makeMenu('sub0254','sub025','October -December','blogg17.html')
			oCMenu.makeMenu('sub0253','sub025','July - September','blogg16.html')
			oCMenu.makeMenu('sub0252','sub025','April - June','blogg15.html')
			oCMenu.makeMenu('sub0251','sub025','January - March','blogg14.html','','','28')
		oCMenu.makeMenu('sub024','sub01','2005 Season')
			oCMenu.makeMenu('sub008','sub024','October -December','blogg13.html')
			oCMenu.makeMenu('sub009','sub024','July - September','blogg12.html')
			oCMenu.makeMenu('sub010','sub024','April -June','blogg11.html')
			oCMenu.makeMenu('sub011','sub024','January - March','blogg10.html','','','28')
		oCMenu.makeMenu('sub023','sub01','2004 Season')
			oCMenu.makeMenu('sub012','sub023','October - December','blogg9.html')
			oCMenu.makeMenu('sub013','sub023','July - September','blogg8.html')
			oCMenu.makeMenu('sub014','sub023','April -June','blogg7.html')
			oCMenu.makeMenu('sub015','sub023','January - March','blogg6.html','','','28')
		oCMenu.makeMenu('sub022','sub01','2003 Season')
			oCMenu.makeMenu('sub016','sub022','October - December','blogg5.html')
			oCMenu.makeMenu('sub017','sub022','July - September','blogg4.html')
			oCMenu.makeMenu('sub018','sub022','April -June','blogg3.html')
			oCMenu.makeMenu('sub019','sub022','January - March','blogg2.html','','','28')
		oCMenu.makeMenu('sub021','sub01','2002 Season','','','','28')
			oCMenu.makeMenu('sub020','sub021','September - December','blogg1.html','','','28')
	oCMenu.makeMenu('sub02','top0','About This Site','about.html')	
	oCMenu.makeMenu('sub03','top0','Quizzes','','','','28')	
		oCMenu.makeMenu('sub030','sub03','Killer Quiz','quiz1.html')	
		oCMenu.makeMenu('sub031','sub03','End of Year 2003','quiz2.html')	
		oCMenu.makeMenu('sub032','sub03','End of Year 2004','quiz3.html','','','28')	

    oCMenu.makeMenu('top1','','Information','information.html','','','','','','','clLevel0overinfo','','','','','window.status="you";')
	oCMenu.makeMenu('sub10','top1','Club Details','information.html#section1')
	oCMenu.makeMenu('sub11','top1','Training','information.html#section2')
	oCMenu.makeMenu('sub13','top1','Locations','','','','28','','','','','','','','','window.status="Choose a location from the menu on the right";')	
		oCMenu.makeMenu('sub130','sub13','Saint Martins','saintmartins.html')
		oCMenu.makeMenu('sub131','sub13','Solihull School','solihullschool.html')
		oCMenu.makeMenu('sub132','sub13','Tudor Grange','tudorgrange.html','','','28')
		
   oCMenu.makeMenu('top2','','Fixtures','','','','','','','','clLevel0overfixtures','','','','','window.status="know";')
	oCMenu.makeMenu('sub26','top2','2008 Season','')
 		oCMenu.makeMenu('sub260','sub26','National League','fixtures2008_national.html')
		oCMenu.makeMenu('sub261','sub26','Midland League','fixtures2008_midland.html')
//			oCMenu.makeMenu('sub2620','sub261','A Team','fixtures2007_midland.html')	
//			oCMenu.makeMenu('sub2621','sub261','B Team','fixtures2007_midlandbteam.html','','','28')	
		oCMenu.makeMenu('sub262','sub26','Cups','fixtures2008_cup.html','','','28')	
//		oCMenu.makeMenu('sub263','sub26','Complete Listing','fixtures2007_complete.html','','','28')
	oCMenu.makeMenu('sub25','top2','2007 Season','')
 		oCMenu.makeMenu('sub250','sub25','National League','fixtures2007_national.html')
 		oCMenu.makeMenu('sub251','sub25','Midland League','fixtures2007_midland.html')
			oCMenu.makeMenu('sub2520','sub251','A Team','fixtures2007_midland.html')	
			oCMenu.makeMenu('sub2521','sub251','B Team','fixtures2007_midlandbteam.html','','','28')	
		oCMenu.makeMenu('sub252','sub25','Cups','fixtures2007_cup.html')	
		oCMenu.makeMenu('sub253','sub25','Complete Listing','fixtures2007_complete.html','','','28')
	oCMenu.makeMenu('sub24','top2','2006 Season','')
 		oCMenu.makeMenu('sub240','sub24','National League','fixtures2006_national.html')
 		oCMenu.makeMenu('sub241','sub24','Midland League','fixtures2006_midland.html')
		oCMenu.makeMenu('sub242','sub24','Cups','fixtures2006_cup.html')	
		oCMenu.makeMenu('sub243','sub24','Complete Listing','fixtures2006_complete.html','','','28')
	oCMenu.makeMenu('sub23','top2','2005 Season','')
 		oCMenu.makeMenu('sub230','sub23','National League','fixtures2005_national.html')
 		oCMenu.makeMenu('sub231','sub23','Midland League','fixtures2005_midland.html')
		oCMenu.makeMenu('sub232','sub23','Cups','fixtures2005_cup.html')	
		oCMenu.makeMenu('sub233','sub23','Complete Listing','fixtures2005_complete.html','','','28')
	oCMenu.makeMenu('sub22','top2','2004 Season','')	
		oCMenu.makeMenu('sub220','sub22','National League','fixtures2004_national.html')	
 		oCMenu.makeMenu('sub221','sub22','Midland League','fixtures2004_midland.html')
		oCMenu.makeMenu('sub222','sub22','Cups','fixtures2004_cup.html')
		oCMenu.makeMenu('sub223','sub22','Complete Listing','fixtures2004_complete.html','','','28')
	oCMenu.makeMenu('sub20','top2','2003 Season','')	
		oCMenu.makeMenu('sub200','sub20','National League','nationalfixtures2003.html')	
 		oCMenu.makeMenu('sub201','sub20','Midland League','midlandfixtures2003.html')
		oCMenu.makeMenu('sub202','sub20','Cups','cupfixtures2003.html')
		oCMenu.makeMenu('sub203','sub20','Complete Listing','completefixtures2003.html','','','28')
	oCMenu.makeMenu('sub21','top2','2002 Season','','','','28')	
		oCMenu.makeMenu('sub210','sub21','National League','nationalfixtures.html')	
 		oCMenu.makeMenu('sub211','sub21','Midland League','midlandfixtures.html')
		oCMenu.makeMenu('sub213','sub21','Complete Listing','completefixtures.html','','','28')

   oCMenu.makeMenu('top3','','Results & Stats','','','','','','','','clLevel0overresults','','','','','window.status="that";')
	oCMenu.makeMenu('sub36','top3','2008 Season','')
		oCMenu.makeMenu('sub360','sub36','National League','results_2008national.html')
		oCMenu.makeMenu('sub361','sub36','Midland League','results_2008midland.html')
			oCMenu.makeMenu('sub3610','sub361','A Team','results_2008midland.html','','','28')
//			oCMenu.makeMenu('sub3611','sub361','B Team','results_2007midlandbteam.html','','','28')
		oCMenu.makeMenu('sub364','sub36','Cups','results_2008cup.html','','','28')
//		oCMenu.makeMenu('sub365','sub36','Accolades','accolades2007.html','','','28')
	oCMenu.makeMenu('sub35','top3','2007 Season','')
		oCMenu.makeMenu('sub350','sub35','National League','results_2007national.html')
		oCMenu.makeMenu('sub351','sub35','Midland League','results_2007midland.html')
			oCMenu.makeMenu('sub3510','sub351','A Team','results_2007midland.html')
			oCMenu.makeMenu('sub3511','sub351','B Team','results_2007midlandbteam.html','','','28')
		oCMenu.makeMenu('sub354','sub35','Cups','results_2007cup.html')
		oCMenu.makeMenu('sub355','sub35','Accolades','accolades2007.html','','','28')
	oCMenu.makeMenu('sub34','top3','2006 Season','')
		oCMenu.makeMenu('sub340','sub34','National League','results_2006national.html')
		oCMenu.makeMenu('sub341','sub34','Midland League','results_2006midland.html')
		oCMenu.makeMenu('sub344','sub34','Cups','results_2006cup.html')
		oCMenu.makeMenu('sub345','sub34','Accolades','accolades2006.html')
		oCMenu.makeMenu('sub346','sub34','2006 Awards','awards_2006.html','','','28')
	oCMenu.makeMenu('sub33','top3','2005 Season','')
		oCMenu.makeMenu('sub330','sub33','National League','results_2005national.html')
		oCMenu.makeMenu('sub331','sub33','Midland League','results_2005midland.html')
		oCMenu.makeMenu('sub334','sub33','Cups','results_2005cup.html')
		oCMenu.makeMenu('sub335','sub33','Accolades','accolades2005.html')
		oCMenu.makeMenu('sub336','sub33','2005 Awards','awards_2005.html','','','28')
	oCMenu.makeMenu('sub32','top3','2004 Season','')
		oCMenu.makeMenu('sub320','sub32','National League','results_2004national.html')
		oCMenu.makeMenu('sub321','sub32','Midland League','results_2004midland.html')
		oCMenu.makeMenu('sub322','sub32','Cups','results_2004cup.html')
		oCMenu.makeMenu('sub323','sub32','Accolades','accolades2004.html')
		oCMenu.makeMenu('sub324','sub32','2004 Awards','awards_2004.html','','','28')
	oCMenu.makeMenu('sub30','top3','2003 Season','completeresults2003.html')
		oCMenu.makeMenu('sub300','sub30','National League','nationalresults2003.html')
		oCMenu.makeMenu('sub301','sub30','Midland League','midlandresults2003.html')
		oCMenu.makeMenu('sub302','sub30','Cups','cupresults2003.html')
		oCMenu.makeMenu('sub303','sub30','Complete Listing','completeresults2003.html')
		oCMenu.makeMenu('sub304','sub30','Accolades','accolades2003.html','','','28')
	oCMenu.makeMenu('sub31','top3','2002 Season','completeresults.html','','','28')
		oCMenu.makeMenu('sub310','sub31','National League','nationalresults.html')
		oCMenu.makeMenu('sub311','sub31','Midland League','midlandresults.html')
		oCMenu.makeMenu('sub312','sub31','Complete Listing','completeresults.html')
		oCMenu.makeMenu('sub313','sub31','Accolades','accolades2002.html','','','28')
	
    oCMenu.makeMenu('top4','','Players','playerprofiles.html','','','','','','','clLevel0overplayers','','','','','window.status="water polo";')
	oCMenu.makeMenu('sub40','top4','Player Profiles','playerprofiles.html')
	oCMenu.makeMenu('sub41','top4','Training Register')
	oCMenu.makeMenu('sub42','top4','Piddyisms','piddyisms.html','','','28')
		oCMenu.makeMenu('sub412','sub41','2006 Season','200612_register.html')
		oCMenu.makeMenu('sub410','sub41','2005 Season','2005summary_register.html')
		oCMenu.makeMenu('sub411','sub41','2004 Season','2004summary_register.html','','','28')

    oCMenu.makeMenu('top5','','Treatment Room','','','','','','','','clLevel0overtreatments','','','','','window.status="was";')
	oCMenu.makeMenu('sub50','top5','Team Injuries','teaminjuries.html')
  	oCMenu.makeMenu('sub51','top5','Ian&#39s Injury Log','iansinjurylog.html','','','28','','','','','','','','','')

    oCMenu.makeMenu('top6','','Photos','','','','','','','','clLevel0overevents','','','','','window.status="first";')
	oCMenu.makeMenu('sub68','top6','2008 Season','','','','','','','','','','','','','window.status="Choose an event from the menu on the right";')
		oCMenu.makeMenu('sub681','sub68','Jesus','photo_jesus.html','','','28')
	oCMenu.makeMenu('sub67','top6','2007 Season','','','','','','','','','','','','','window.status="Choose an event from the menu on the right";')
		oCMenu.makeMenu('sub671','sub67','Warwickshire Cup','photo_2007wckchamps.html')
		oCMenu.makeMenu('sub672','sub67','South Derby','photo_southderby2007_1.html')
		oCMenu.makeMenu('sub673','sub67','National League','photo_2007national.html','','','28')
	oCMenu.makeMenu('sub66','top6','2006 Season','','','','','','','','','','','','','window.status="Choose an event from the menu on the right";')
		oCMenu.makeMenu('sub661','sub66','Midland Champs','photo_2006midchamps.html')
		oCMenu.makeMenu('sub662','sub66','Warwickshire Cup','photo_2006wckchamps.html')
		oCMenu.makeMenu('sub663','sub66','National League','photo_2006national.html')
		oCMenu.makeMenu('sub664','sub66','Polo Dinner','polodinner2006_01.html','','','28')
	oCMenu.makeMenu('sub65','top6','2005 Season','','','','','','','','','','','','','window.status="Choose an event from the menu on the right";')
		oCMenu.makeMenu('sub650','sub65','Nick&#39;s Stag','nickstag_01.html')
		oCMenu.makeMenu('sub651','sub65','Warwickshire Cup','wckchamps2005.html')
		oCMenu.makeMenu('sub652','sub65','Summer Ball','summerball2005_01.html')
		oCMenu.makeMenu('sub653','sub65','Press Shots','pressshots2005_01.html')
		oCMenu.makeMenu('sub654','sub65','Blast from the Past','solihulloldboys.html')
		oCMenu.makeMenu('sub655','sub65','National Line-up','photo_2005national.html')
		oCMenu.makeMenu('sub657','sub65','Polo Dinner','polodinner2005_01.html')
		oCMenu.makeMenu('sub656','sub65','New Year - P Party','newyear2005_01.html','','','28')
	oCMenu.makeMenu('sub64','top6','2004 Season','','','','','','','','','','','','','window.status="Choose an event from the menu on the right";')
		oCMenu.makeMenu('sub640','sub64','Steve&#39;s 40th','steve40bday_01.html')
		oCMenu.makeMenu('sub641','sub64','Warwickshire Cup','wckchamps2004.html')
		oCMenu.makeMenu('sub642','sub64','Simon&#39;s Stag','sistag_01.html')
		oCMenu.makeMenu('sub643','sub64','Pemberton Wedding','pembwedding.html')
		oCMenu.makeMenu('sub644','sub64','Belgium','belgium2004_01.html')
		oCMenu.makeMenu('sub645','sub64','Polo Dinner','polodinner2004_01.html','','','28')
	oCMenu.makeMenu('sub60','top6','2003 Season','','','','','','','','','','','','','window.status="Choose an event from the menu on the right";')
		oCMenu.makeMenu('sub600','sub60','Warwickshire Cup','wckchamps.html')
		oCMenu.makeMenu('sub601','sub60','Matlock','matlock2003_1.html')
		oCMenu.makeMenu('sub602','sub60','Belgium','belgium2003_1.html')
		oCMenu.makeMenu('sub603','sub60','Crystal Palace','crystalpalace2003_1.html')
		oCMenu.makeMenu('sub604','sub60','Sports Day','sportsday2003_01.html')
		oCMenu.makeMenu('sub605','sub60','Polo Dinner','polodinner2003_01.html','','','28')
	oCMenu.makeMenu('sub61','top6','2002 Season','','','','','','','','','','','','','window.status="Choose an event from the menu on the right";')
		oCMenu.makeMenu('sub610','sub61','Penzance','penzance.html')
		oCMenu.makeMenu('sub611','sub61','Belgium','belgium1.html')
		oCMenu.makeMenu('sub612','sub61','Polo Dinner','dinner1.html','','','28')
	oCMenu.makeMenu('sub62','top6','Adhoc','','','','28','','','','','','','','','window.status="Choose a random event from the menu on the right";')
		oCMenu.makeMenu('sub620','sub62','Celebrity Birdy','birdypage.html')
		oCMenu.makeMenu('sub621','sub62','Lord of the Rings','eandjshire.html')
		oCMenu.makeMenu('sub622','sub62','Birdy in Belgium','birdygay.html')
		oCMenu.makeMenu('sub623','sub62','Jays Travels','jaystravels.html')
		oCMenu.makeMenu('sub624','sub62','Solihull in News','paper_solihullnews_01.html')
		oCMenu.makeMenu('sub625','sub62','Our Own Gollum?','photos_gollum.html')
		oCMenu.makeMenu('sub626','sub62','Solihull Guns','photo_solguns.html','','','28')

    oCMenu.makeMenu('top7','','Have Your Say','','','','','','','','clLevel0overmessages','','','','','window.status="played";')
//	oCMenu.makeMenu('sub70','top7','Feedback','feedback.html')
//	oCMenu.makeMenu('sub71','top7','Guestbook','guests.shtml')
	oCMenu.makeMenu('sub72','top7','Message Board','http://ccgi.rachris.plus.com/phpBB2','','','28')

    oCMenu.makeMenu('top8','','Links','','','','35','','','','clLevel0overlinks','','','','','window.status="in England??";')
	oCMenu.makeMenu('sub80','top8','National Water Polo','','','','','','','','','','','','window.open("http://www.nwpl.co.uk","othersite","")','window.status="http://www.nwpl.co.uk";')
	oCMenu.makeMenu('sub81','top8','Official Solihull Site','','','','','','','','','','','','window.open("http://www.solihullswimmingclub.co.uk","othersite","")','window.status="http://www.solihullswimmingclub.co.uk";')
	oCMenu.makeMenu('sub82','top8','British Water Polo','','','','','','','','','','','','window.open("http://www.british-waterpolo.org.uk","othersite","")','window.status="http://www.british-waterpolo.org.uk";')
	oCMenu.makeMenu('sub84','top8','Warley Water Polo','','','','','','','','','','','','window.open("http://members.tripod.com/warleywasps/","othersite","")','window.status="http://members.tripod.com/warleywasps/";')	
	oCMenu.makeMenu('sub85','top8','Coventry Water Polo','','','','','','','','','','','','window.open("http://www.cocsc.freeserve.co.uk/polo/welcome.html","othersite","")','window.status="http://www.cocsc.freeserve.co.uk/polo/welcome.html";')
	oCMenu.makeMenu('sub89','top8','Liverpool University','','','','','','','','','','','','window.open("http://www.liverpoolguild.org/main/sport/au/clubs/waterpolo","othersite","")','window.status="http://www.liverpoolguild.org/main/sport/au/clubs/waterpolo";')
	oCMenu.makeMenu('sub88','top8','BBC Sport','','','','28','','','','','','','','window.open("http://news.bbc.co.uk/sport","othersite","")','window.status="http://news.bbc.co.uk/sport";')

  //Leave this line - it constructs the menu
  oCMenu.construct()