/***********************************************************************************
*	(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=23;			// Number of first level items
	var LowBgColor='#545341';			// Background color when mouse is not over
	var LowSubBgColor='#545341';			// Background color when mouse is not over on subs
	var HighBgColor='#545341';			// Background color when mouse is over
	var HighSubBgColor='#545341';			// 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='#0099cc';			// Font color when mouse is over
	var FontSubHighColor='#0099cc';			// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial"			// Font family menu items
	var FontSize=10;				// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=130;				// Menu offset x coordinate was 143, 135
	var StartLeft=11;				// 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=0;			// 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=['triw.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("Home","index.php","",0,20,138);

Menu2=new Array("New to RRSC","rrsc_help.php","",0,20,138);

Menu3=new Array("&nbsp;Club Details <span class='classy'> 20/11/11</span>","","",10);
	Menu3_1=new Array("About RRSC","rrsc_about.php","",0,20,220);
	Menu3_2=new Array("Committee Positions","rrsc_committee.php","",0);
	Menu3_3=new Array("Non Committee Positions","rrsc_non_committee.php","",0);
	Menu3_4=new Array("Policy Documents <span class='classy'> 20/11/11</span>","","",9,20,180);
		Menu3_4_1=new Array("Anti Bullying","rrsc_policies/Anti Bullying.pdf","",0,20,200);
		Menu3_4_2=new Array("Child Protection","rrsc_policies/CRB Checks.pdf","",0,20,200);
		Menu3_4_3=new Array("Photography Guidelines","rrsc_policies/Photography Policy.pdf","",0,20,200);
		Menu3_4_4=new Array("Club Equity","rrsc_policies/ClubEquityPolicyStatement.pdf","",0,20,200);
		Menu3_4_5=new Array("Internal Disputes","rrsc_policies/internal disputes.pdf","",0,20,200);
		Menu3_4_6=new Array("Code of Conduct","rrsc_policies/CodeofConduct.doc","",3,20,200);
		  Menu3_4_6_1=new Array("Swimmers Code of Conduct","rrsc_policies/Swimmers code.pdf","",0,20,200);
		  Menu3_4_6_2=new Array("Parents Code of Conduct","rrsc_policies/Parent Code.pdf","",0,20,200);
		  Menu3_4_6_3=new Array("Volunteers Code of Conduct","rrsc_policies/Volunteers Code.pdf","",0,20,200);
		Menu3_4_7=new Array("Anti Doping","rrsc_policies/AntiDopingAdviceCard2011.pdf","",0,20,200);
		Menu3_4_8=new Array("Code of Ethics","rrsc_policies/Code of Ethics.pdf","",0,20,200);
		Menu3_4_9=new Array("Grievance Procedures","rrsc_policies/Grievance Procedures.pdf","",0,20,200);
	Menu3_5=new Array("Emp. Liability <span class='classy'> 20/11/11</span>","","",2,20,200);
		Menu3_5_1=new Array("Contact Email: ruth.lim@rrsc.co.uk","mailto:ruth.lim@rrsc.co.uk","",0,20,260);
		Menu3_5_2=new Array("Emp. Liability Cert. <span class='classy'> 20/11/11</span>","rrsc_data/EmployersLiabilityCert20112012.pdf","",0,20,200);
	Menu3_6=new Array("Medication Declaration","","",2,20,180);
		Menu3_6_1=new Array("Medication Declaration Form","rrsc_policies/MedicationForm.pdf","",0,20,200);
		Menu3_6_2=new Array("Medication Declaration Guide","rrsc_policies/MedicationInfoGuide.pdf","",0,20,200);
	Menu3_7=new Array("Insurance","","",2);
		Menu3_7_1=new Array("Contact Email: ruth.lim@rrsc.co.uk","mailto:ruth.lim@rrsc.co.uk","",0,20,260);
	  Menu3_7_2=new Array("Insurance Document","rrsc_data/AFFILIATEDSWIMMINGCLUBSINSURANCEDETAILS.pdf","",0,20,260);
	Menu3_8=new Array("Business Plan 2008-2010 <span class='classy'> 19/10/08</span>","rrsc_data/BusinessPlanetc/RRSCBusinessPlan2008FINAL2.pdf","",0,20,220);
	Menu3_9=new Array("Job Descriptions","","",0,20,200);
		   Menu3_9_1=new Array("Swim21 Co-Ordinator","rrsc_policies/JobDesc/Swim 21 Co-Ordinator Job Description.jpg","",0,20,200);
		   Menu3_9_2=new Array("Schools Co-Ordinator","rrsc_policies/JobDesc/Job Description - Schools.jpg","",0,20,200);
		   Menu3_9_3=new Array("Welfare Officer","rrsc_policies/JobDesc/Welfare Officer - Job Description.jpg","",0,20,200);
		   Menu3_9_4=new Array("Workforce Co-Ordinator","rrsc_policies/JobDesc/Job Description - Workforce.jpg","",0,20,200);
	Menu3_10=new Array("Club Rules","","",2,20,200);
		Menu3_10_1=new Array("Club Constitution","rrsc_data/UsefulDocs/Approved Club Rules 2010v2.pdf","",0,20,200);
		Menu3_10_2=new Array("Club Bye Laws","rrsc_data/UsefulDocs/BYE LAWS 2010v2.pdf","",0,20,200);

Menu4=new Array("Contact Details","","",1);
	Menu4_1=new Array("Contact Details","rrsc_contact.php","",0,20,150);

Menu5=new Array("&nbsp;Useful Docs <span class='classy'> 04/01/12</span>","","",6);
	Menu5_1=new Array("Nutrition Talk by Chris Rowley","rrsc_data/UsefulDocs/Rushmoor Royals Nutrition Talk.ppt","",0,20,200);
	Menu5_2=new Array("A Parents Guide by Liz Rowley","rrsc_data/UsefulDocs/A Parents Guide RRSC.ppt","",0,20,200);
	Menu5_3=new Array("Anti Doping","http://www.swimming.org/library/document/british-swimming-anti-doping-rules-2010","",0);
	Menu5_4=new Array("Swimwear Rules <span class='classy'> 10/07/09</span>","","",4);
		Menu5_4_1=new Array("ASA Announcement April 09 <span class='classy'> 18/05/09</span>","rrsc_news_2009/rrsc_news_unformatted_2009/Swimwear Rules/ASA Swimwear Announcement April09.pdf","",0,20,350);
		Menu5_4_2=new Array("FINA Requirement for Swimwear 09 <span class='classy'> 18/05/09</span>","rrsc_news_2009/rrsc_news_unformatted_2009/Swimwear Rules/thedubaicharter.pdf","",0,20,350);
		Menu5_4_3=new Array("Approved Swimsuits - From 1/1/10 <span class='classy'> 31/12/09</span>","rrsc_news_2009/rrsc_news_unformatted_2009/Swimwear Rules/FINA 2009 List of Approved Swimsuits 15-10-09.pdf","",0,20,350);
		Menu5_4_4=new Array("Swimwear Updates - From 2/12/09 <span class='classy'> 31/12/09</span>","rrsc_news_2009/rrsc_news_unformatted_2009/Swimwear Rules/British Swimming Official News - Swimsuits.pdf","",0,20,350);
	Menu5_5=new Array("L1-L4 Meet Requirements","rrsc_news_2009/rrsc_news_unformatted_2009/UsefulDocs/L1-L4 Meet Requirements.pdf","",0,20,350);
	Menu5_6=new Array("Snorkels <span class='classy'> 05/07/10</span>","","",2);
		Menu5_6_1=new Array("What is a Snorkel <span class='classy'> 05/07/10</span>","rrsc_data/Club_Kit/Snorkels.pdf","",0,20,350);
		Menu5_6_2=new Array("Taking Care of your Snorkel <span class='classy'> 05/07/10</span>","rrsc_data/Club_Kit/Taking Care of Your Snorkel.pdf","",0,20,350);

Menu6=new Array("&nbsp;News / Press <span class='classy'> 17/03/11</span>","","",2,20,138);
	Menu6_1=new Array("RRSC News Letter","","",0,20,140);
		Menu6_1_1=new Array("Latest Issue - Oct '08","rrsc_news_2008/rrsc_news_unformatted_2008/RRNewsletterOctober2008.pdf","",0,20,140);
		Menu6_1_2=new Array("2008 Issues","","",1,20,140);
			Menu6_1_2_1=new Array("September","rrsc_news_2008/rrsc_news_unformatted_2008/RRSCNewsletterSeptember2008.pdf","",0,20,140);
		Menu6_1_3=new Array("2007 Issues","","",1,20,140);
  		Menu6_1_3_1=new Array("January","rrsc_news_2007/JanNewsLetter.php","",0,20,140);
		Menu6_1_4=new Array("2006 Issues","","",2,20,140);
			Menu6_1_4_1=new Array("February","rrsc_news_2006/FebNewsLetter.php","",0,20,140);
			Menu6_1_4_2=new Array("September","rrsc_news_2006/SeptNewsLetter.php","",0,20,140);
	Menu6_2=new Array("Press Releases","","",3,20,140);
		Menu6_2_1=new Array("Press Releases 2011","rrsc_news_2011/rrsc_press_rel_2011.php","",0,20,190);
		Menu6_2_2=new Array("Press Releases 2010","rrsc_news_2010/rrsc_press_rel_2010.php","",0,20,190);
		Menu6_2_3=new Array("Press Releases 2009","rrsc_news_2009/rrsc_press_rel_2009.php","",0,20,190);

Menu7=new Array("Coaching Team","","",1,20,138);
		Menu7_1=new Array("Coaches","rrsc_data/Coaching Staff v2.pdf","",0,20,190);

Menu8=new Array("&nbsp;Squad Info <span class='classy'> 06/01/12</span>","","",2);
	Menu8_1=new Array("Pools","rrsc_pools.php","",0,20,200);
	Menu8_2=new Array("Training Grid <span class='classy'>06/01/12</span>","rrsc_squad.php","",0,20,200);
	Menu8_3=new Array("Squad Structure","rrsc_structure.pdf","",0,20,200);
	Menu8_4=new Array("Squad Details","rrsc_squad_details.pdf","",0,20,200);
	Menu8_5=new Array("Squad Description","rrsc_ squad_descriptions.pdf","",0,20,200);
	Menu8_6=new Array("Squad Reps","rrsc_news_2007/rrsc_news_unformatted_2007/SquadRepPosterAug.pdf","",0,20,200);

Menu9=new Array("&nbsp;Competitions <span class='classy'> 18/01/12</span>","","",2);
	Menu9_1=new Array("2011-2012 Calendar","rrsc_news_2011/rrsc_news_unformatted_2011/RRSCCompCalendar 2011-2012.xls","",0,20,200);
	Menu9_2=new Array("Entry Forms","rrsc_comps_eventforms.php","",0,20,200);

Menu10=new Array("&nbsp;Results <span class='classy'> 16/01/12</span>","rrsc_results.php","",0,20,138);

Menu11=new Array("&nbsp;Open Meets <span class='classy'> 18/01/12</span>","","",2,20,138);
	Menu11_1=new Array("New Open Meets","","",1,20,140);
		Menu11_1_1=new Array("Entry Info","rrsc_comps_openmeets.php","",0,20,140);
	Menu11_2=new Array("Results","","",3,20,140);
		Menu11_2_1=new Array("2012","rrsc_om_results.php","",0,20,190);
		Menu11_2_2=new Array("2011","rrsc_om_results_2011.php","",0,20,190);
		Menu11_2_3=new Array("2010","rrsc_om_results_2010.php","",0,20,190);

Menu12=new Array("Rankings/Records","","",5);
	Menu12_1=new Array("Girls/Ladies Rankings","rrsc_rank_girls.php","",0,20,180);
	Menu12_2=new Array("Boys/Men Rankings","rrsc_rank_boys.php","",0,20,180);
	Menu12_3=new Array("RRSC Sprint Awards","rrsc_sprintawards.php","",0,20,180);
	Menu12_4=new Array("Qualifying Times <span class='classy'> 10/11/11</span>","","",6,20,350);
		Menu12_4_1=new Array("Hampshire County Age 2012 <span class='classy'>Updated 12/10/11</span>","rrsc_news_2011/rrsc_news_unformatted_2011/HCASABAGCATQTs2012.pdf","",0,20,350);
		Menu12_4_2=new Array("Hampshire County Youth 2012 <span class='classy'>Updated 12/10/11</span>","rrsc_news_2011/rrsc_news_unformatted_2011/HCASAYOUTHQTs2012.pdf","",0,20,350);
		Menu12_4_3=new Array("SER Age Group QT 2012 <span class='classy'>Updated 10/11/11</span>","rrsc_news_2011/rrsc_news_unformatted_2011/SERAgeQT.pdf","",0,20,350);
		Menu12_4_4=new Array("SER Youth QT 2012 <span class='classy'>Updated 10/11/11</span>","rrsc_news_2011/rrsc_news_unformatted_2011/SERYouthQT.pdf","",0,20,350);
		Menu12_4_5=new Array("National Age,Youth & Senior QT 2012 <span class='classy'>Updated 06/10/11</span>","rrsc_news_2011/rrsc_news_unformatted_2011/NationalTimes2012.pdf","",0,20,350);
		Menu12_4_6=new Array("British Champs QT 2012 <span class='classy'>Updated 12/09/11</span>","rrsc_news_2011/rrsc_news_unformatted_2011/British Champs QTs 2012.pdf","",0,20,350);
	Menu12_5=new Array("RRSC Club Records <span class='classy'> 17/10/11</span>","","",2,20,180);
		Menu12_5_1=new Array("Short Course <span class='classy'> 17/10/11</span>","rrsc_data/display_sc_records.php","",0,20,180);
		Menu12_5_2=new Array("Long Course <span class='classy'> 06/11/11</span>","rrsc_data/display_lc_records.php","",0,20,180);

Menu13=new Array("&nbsp;Masters <span class='classy'> 03/06/11</span>","","",4);
  Menu13_1=new Array("Who Are We?","rrsc_masters_who_are_we.php","",0,20,150);
  Menu13_2=new Array("Competitions <span class='classy'> 03/06/11</span>","","",1,20,150);
	  Menu13_2_1=new Array("Entry Forms  <span class='classy'> 03/06/11</span>","rrsc_masters_comps_eventforms.php","",0,20,180);
  Menu13_3=new Array("Results <span class='classy'>30/01/11</span>","rrsc_masters_results.php","",0,20,150);
  Menu13_4=new Array("News","rrsc_masters_news.php","",0,20,150);

Menu14=new Array("&nbsp;Vacancies <span class='classy'> None</span>","","",0);
	Menu14_1=new Array("Treasurer","rrsc_news_2010/rrsc_news_unformatted_2010/Treasurer advert.pdf","",0,20,180);

Menu15=new Array("&nbsp;Club Shop <span class='classy'> 12/06/08</span>","","",1);
  Menu15_1=new Array("Newsletters","","",2,20,138);
    Menu15_1_1=new Array("Buy from IKEA via RRSC","http://www.perfiliate.com/shop/newsletterarchive.php?NEWSLETTER=2008-06-12&PURL=buy.at/rushmoorroyals","",0,20,400);
    Menu15_1_2=new Array("Buy Office Supplies via RRSC","http://www.perfiliate.com/shop/newsletterarchive.php?NEWSLETTER=06-03-08&PURL=buy.at/rushmoorroyals","",0,20,270);

Menu16=new Array("&nbsp;Photo Gallery <span class='classy'> 13/03/11</span>","","",4);
  Menu16_1=new Array("2011&nbsp;&nbsp;<span class='classy'> 13/03/11</span>","","",0,20,138);
  Menu16_2=new Array("2010&nbsp;&nbsp;<span class='classy'> 10/07/10</span>","","",20,20,138);
  Menu16_2_1=new Array("New Year Party & Awards Feb 10","rrsc_party_photos_P1_0210.php","",0,20,300);
	Menu16_2_2=new Array("Counties March 2010","rrsc_county_photos_P1_0310.php","",0,20,500);
	Menu16_2_3=new Array("Counties Group March 2010","rrsc_photos/Counties/Web10/Group1.JPG","",0,20,500);
	Menu16_2_4=new Array("British Champs Qualifiers","rrsc_photos/BChampsMikeAlice3.jpg","",0,20,500);
	Menu16_2_5=new Array("Welsh Champs-George wins 3 medals","rrsc_photos/George2010v2.JPG","",0,20,500);
	Menu16_2_6=new Array("Welsh Champs Swimmers","rrsc_photos/WelshChamps2010.JPG","",0,20,500);
	Menu16_2_7=new Array("Scottish Champs-Jamie in Two Finals","rrsc_photos/Jamie SNats 2010.JPG","",0,20,500);
	Menu16_2_8=new Array("Regional Qualifiers","rrsc_photos/SER/SER Groupv5.jpg","",0,20,500);
	Menu16_2_9=new Array("Jamie takes Gold at IAPS","rrsc_photos/Jamie at IAPS2010.JPG","",0,20,500);
	Menu16_2_10=new Array("SER Age Groups Medalists","rrsc_photos/SER/SER Age1.jpg","",0,20,500);
	Menu16_2_11=new Array("SER Age Groups Medalists","rrsc_photos/SER/SER Age2.jpg","",0,20,500);
	Menu16_2_12=new Array("SER Age Groups Nicole 5th","rrsc_photos/SER/Nicole 5th bagcats v2.jpg","",0,20,500);
	Menu16_2_13=new Array("SER Age Groups Angharad 6th","rrsc_photos/SER/Angharad 6th bagcats v2.jpg","",0,20,500);
	Menu16_2_14=new Array("SER Age Groups Nicole and Emma","rrsc_photos/SER/Nicole and Emma v2.jpg","",0,20,500);
	Menu16_2_15=new Array("SER Age Groups Angharad and Emma","rrsc_photos/SER/Angharad and Emma v2.jpg","",0,20,500);
	Menu16_2_16=new Array("MiniMeet","rrsc_minimeet_photos_P1_2010.php","",0,20,500);
	Menu16_2_17=new Array("HCASA DevMeet","rrsc_devmeet_photos_P1_2010.php","",0,20,500);
	Menu16_2_18=new Array("National Qualifiers","rrsc_National_photos_P1_2010.php","",0,20,500);
	Menu16_2_19=new Array("Rushmoor Swimmers ASA Inter-Counties","rrsc_photos/Counties/2010/IMG_0198v4.jpg","",0,20,500);
	Menu16_2_20=new Array("4 NQTs for Rushmoor Swimmers at Autumn OM","rrsc_photos/tomlittenv2.jpg","",0,20,500);
	Menu16_3=new Array("2009&nbsp;&nbsp;<span class='classy'> 21/11/09</span>","","",8,20,138);
	Menu16_3_1=new Array("ISA Coventry","","",2,20,300);
		  Menu16_3_1_1=new Array("Leigh Beale Gold in the Medley Relay and 50m Breast ISA Coventry Oct 2009","rrsc_photos/Galas/LeighB2.jpg","",0,20,500);
		  Menu16_3_1_2=new Array("Hannah Archer Gold in the Medley Relay, Silver in 50m Back and Bronze in 50m Fly ISA Coventry Oct 2009","rrsc_photos/Galas/HannahA.jpg","",0,20,500);
  Menu16_3_2=new Array("Nationals 09","","",3,20,300);
			Menu16_3_2_1=new Array("Nationals Group July 2009","rrsc_photos/Nationals09/GroupL.JPG","",0,20,400);
			Menu16_3_2_2=new Array("Nationals Age July 2009","rrsc_photos/Nationals09/AgeL.JPG","",0,20,400);
			Menu16_3_2_3=new Array("Nationals Youth July 2009","rrsc_photos/Nationals09/YouthL.JPG","",0,20,400);
	Menu16_3_3=new Array("HCASA Dev Meet","","",7,20,300);
			Menu16_3_3_1=new Array("HCASA Dev Meet Boys Age 10 June 2009","rrsc_photos/DevMeet/Boys10v2.JPG","",0,20,400);
			Menu16_3_3_2=new Array("HCASA Dev Meet Girls Age 10 June 2009","rrsc_photos/DevMeet/Girls10v2.JPG","",0,20,400);
			Menu16_3_3_3=new Array("HCASA Dev Meet Girls Age 10/12 June 2009","rrsc_photos/DevMeet/Girls1012v2.JPG","",0,20,400);
			Menu16_3_3_4=new Array("HCASA Dev Meet Girls Age 12 June 2009","rrsc_photos/DevMeet/Girls12v3.JPG","",0,20,400);
			Menu16_3_3_5=new Array("HCASA Dev Meet Girls Age 12 Amy June 2009","rrsc_photos/DevMeet/Amy12v2.JPG","",0,20,400);
			Menu16_3_3_6=new Array("HCASA Dev Meet Boys Age 12 June 2009","rrsc_photos/DevMeet/Boys12v2.JPG","",0,20,400);
			Menu16_3_3_7=new Array("HCASA Dev Meet Age 14 June 2009","rrsc_photos/DevMeet/Age14v2.JPG","",0,20,400);
	Menu16_3_4=new Array("ESSA","","",2,20,300);
		  Menu16_3_4_1=new Array("Angharad 1st Freestyle & Medley Relays ESSA June 2009","rrsc_photos/ESSA Angharad2009.jpg","",0,20,500);
			Menu16_3_4_2=new Array("Hawley Place Girls 3rd & 2nd Freestyle & Medley Relays ESSA June 2009","rrsc_photos/ESSA nationals swimming7v3.jpg","",0,20,500);
	Menu16_3_5=new Array("Angharad & Alice 2nd & 3rd in Bagcat Regionals June 09","rrsc_photos/Alice Angharadv3.jpg","",0,20,500);
	Menu16_3_6=new Array("Jamie 2nd in 50Free at IAPS May 09","rrsc_photos/Jamie iaps.jpg","",0,20,500);
	Menu16_3_7=new Array("George 3rd in 200Fly at the Welsh Age Champs April 09","rrsc_photos/George Bronze.JPG","",0,20,800);
	Menu16_3_8=new Array("Counties March 09","rrsc_county_photos_P1_0309.php","",0,20,500);
	Menu16_4=new Array("2008&nbsp;&nbsp;<span class='classy'> 14/12/08</span>","","",6,20,138);
	    Menu16_4_1=new Array("New Year Party & Awards Feb 08","rrsc_party_photos_P1_0208.php","",0,20,300);
  		Menu16_4_2=new Array("Jodie Selected for European Junior Champs","rrsc_photos/Jodie003.jpg","",0,20,300);
  		Menu16_4_3=new Array("Jodie-GB European Junior Champs","rrsc_photos/jodieGBv4.jpg","",0,20,300);
  		Menu16_4_4=new Array("National Qualifiers 2008","rrsc_photos/rrsc_nat_v3.JPG","",0,20,220);
  		Menu16_4_5=new Array("Peter Bull Bagcat Winners Girls","rrsc_photos/PeterBull/IMG_5050.JPG","",0,20,220);
  		Menu16_4_6=new Array("Peter Bull Bagcat Winners Boys","rrsc_photos/PeterBull/IMG_5065.JPG","",0,20,220);

Menu17=new Array("&nbsp;Teaching <span class='classy'> 17/11/11</span>","","",2);
	Menu17_1=new Array("Training Grid <span class='classy'>28/04/11</span>","rrsc_teaching.php","",0,20,140);
	Menu17_2=new Array("Term Dates <span class='classy'>17/11/11</span>","rrsc_news_2012/rrsc_news_unformatted_2012/RRSC Teaching Section Term Dates.pdf","",0,20,140);

Menu18=new Array("Learn to Swim","rrsc_teach.php","",0,20,138);

Menu19=new Array("&nbsp;Order Club Kit <span class='classy'> 17/3/11</span>","","",3);
	Menu19_1=new Array("What do I Need?","rrsc_kit.php","",0,20,350);
	Menu19_2=new Array("Price List - Email: clubkit@rushmoorroyals.org.uk","mailto:clubkit@rushmoorroyals.org.uk","",0,20,350); 
	Menu19_3=new Array("Order Form - Email: clubkit@rushmoorroyals.org.uk","mailto:clubkit@rushmoorroyals.org.uk","",0,20,350); 

Menu20=new Array("&nbsp;Items For Sale <span class='classy'> 16/09/08</span>","","",0);
	Menu20_1=new Array("10/9/08: TYR Fusion Legsuit Size:30","rrsc_data/ForSale/TYRFusion.pdf","",0,20,350);
	Menu20_2=new Array("16/9/08: RRSC Black Polo Shirt Size:Medium","rrsc_data/ForSale/RRSCBPolo Moreton.pdf","",0,20,350);
	Menu20_3=new Array("16/9/08: RRSC Black Tracksuit Jacket Size:38-40","rrsc_data/ForSale/RRSCJacket Moreton.pdf","",0,20,350);
	Menu20_4=new Array("16/9/08: RRSC Black T Shirt Size:Medium","rrsc_data/ForSale/RRSCBTShirt Moreton.pdf","",0,20,350);
	Menu20_5=new Array("16/9/08: RRSC White Officials Polo Shirt Size:Large","rrsc_data/ForSale/RRSCWOffPolo Moreton.pdf","",0,20,350);

Menu21=new Array("&nbsp;Lost / Found <span class='classy'> 8/11/11</span>","","",2);
	Menu21_1=new Array("Email details to webmaster: webmaster@rushmoorroyals.org.uk","mailto:webmaster@rushmoorroyals.org.uk","",0,20,200);
	Menu21_2=new Array("Lost & Found Items","rrsc_data/LostFound.pdf","",0,20,180);
	
Menu22=new Array("Glossary","rrsc_faq.php","",0,20,138);

Menu23=new Array("Links","rrsc_link.php","",0,20,138);

