
	var NoOffFirstLineMenus=15;			// Number of first level items
	var LowBgColor='#003399';			// Background color when mouse is not over
	var LowSubBgColor='#DBDCF7';			// Background color when mouse is not over on subs
	var HighBgColor='#DBDCF7';			// Background color when mouse is over
	var HighSubBgColor='#989CEE';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='black';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='003399';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="tahoma"				// Font family menu items
	var FontSize=9;					// Font size menu items
	var FontBold=0;					// 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=0;					// Menu offset x coordinate
	var StartLeft=5;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=10;				// 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='nav';			// Frame where first level appears
	var SecLineFrame='body';			// Frame where sub levels appear
	var DocTargetFrame='body';			// 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=['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("Home","body.htm","",0,20,154);

Menu2=new Array("Club Officials","","",1,20,140);
	Menu2_1=new Array("Committee Members","committee members.doc","",0,20,160);

Menu3=new Array("100 Club Join Now","","",2,20,140);
	Menu3_1=new Array("100 Club Information","100 club.doc","",0,20,160);
	Menu3_2=new Array("100 Club Winners","2009 Hundred Club winners.pdf","",0,20,160);
	
Menu4=new Array("News Archive","","",1,20,170);
	Menu4_1=new Array("Radio","","",1,20,170);
		Menu4_1_1=new Array("Ashton Central on GMR (Dec 06)","http://www.bbc.co.uk/manchester/content/articles/2006/12/11/121206_community_sports_feature.shtml","",0,20,200);
	
Menu5=new Array("Club Rules/Policy","","",6,20,190);
	Menu5_1=new Array("Club Rules","clubrules.doc","",0,20,190);
	Menu5_2=new Array("Team Swim Competition Rules","team swimming competitions.doc","",0,20,190);
	Menu5_3=new Array("Team Swim Age Group Rules","team swim comp age groups.doc","",0,20,190);
	Menu5_4=new Array("Club Constitution","ashton final constitution.doc","",0,20,190);
	Menu5_5=new Array("Swim 21 Equity Policy","club equity policy.pdf","",0,20,190);
	Menu5_6=new Array("Wave Power Child Protection Document","http://www.sportcentric.com/vsite/vcontent/page/custom/0,8510,5157-196545-213768-47489-300131-custom-item,00.html","",0,30,190);		

Menu6=new Array("Badge Gala","","",2,20,140);
	Menu6_1=new Array("Badge Gala Results","conserv/hot_topics.htm","",5,20,170);
		Menu6_1_1=new Array("Badge Gala April 2007","badge gala april 2007.doc","",0,20,160);
		Menu6_1_2=new Array("Badge Gala February 2007","Badge Gala Feb 2007.doc","",0,20,160);
		Menu6_1_3=new Array("Badge Gala July 2007","Badge Gala june 2007.doc","",0,20,160);
		Menu6_1_4=new Array("Badge Gala February 2008","badge gala Feb 2008.doc","",0,20,160);
		Menu6_1_5=new Array("Badge Gala April 2008","badgegalaapril2008.pdf","",0,20,160);
	Menu6_2=new Array("Personal Record Cards","","",4,20,170);
		Menu6_2_1=new Array("Dolphon,Bronze & Silver","BADGE1.doc","",0,20,250);
		Menu6_2_2=new Array("Gold, Platinum & Diamond","BADGE2.doc","",0,20,250);
		Menu6_2_3=new Array("Mobility S7/S8 Dolphon,Bronze & Silver","","",0,20,250);
		Menu6_2_4=new Array("Mobility S7/S8 Gold, Platinum & Diamond","","",0,20,250);
	
	
	
Menu7=new Array("Team/Club Gala","","",5,20,120);
	Menu7_1=new Array("Team Gala Information","","",4,20,200);
		Menu7_1_1=new Array("Important Notice","teamgalas.doc","",0,20,200);
		Menu7_1_2=new Array("Gala Team Selection Guideline","gala team selection guidelines.doc","",0,20,120);
		Menu7_1_3=new Array("(A) Grade Gala's","A grade galas.doc","",0,20,120);
		Menu7_1_4=new Array("Pool Locations","http://www.mdswpa.org.uk/general/LeisureCentreDetails.html#Bolton%20SC","",0,20,120);
	Menu7_2=new Array("Club Gala","","",2,20,120);
		Menu7_2_1=new Array("Club Gala Records","club gala records.doc","",0,20,200);
		Menu7_2_2=new Array("Club Gala entry form 2009","ASHTON CENTRAL ANNUAL CLUB GALA 2009.pdf","",0,20,200);
	Menu7_3=new Array("Club Gala Results","","",6,20,120);
		Menu7_3_1=new Array("Club Gala Results Day 1 2007","Gala Day 1 2007 Results.pdf","",0,20,200);
		Menu7_3_2=new Array("Club Gala Results Day 2 2007","Gala Day 2 2007 Results.pdf","",0,20,200);
		Menu7_3_3=new Array("Club Gala Results Day 1 2008","day1_2008.pdf","",0,20,200);
		Menu7_3_4=new Array("Club Gala Results Day 2 2008","day2_2008.pdf","",0,20,200);
		Menu7_3_5=new Array("Club Gala Results Day 1 2009","day 1 2009 records.pdf","",0,20,200);
		Menu7_3_6=new Array("Club Gala Results Day 2 2009","day 2 2009 records.pdf","",0,20,200);
	Menu7_4=new Array("1924 Olympic Gala","","",1,20,120);
		Menu7_4_1=new Array("Results","OLYMPIC_GALA PROGRAMME.pdf","",0,20,200);
	Menu7_5=new Array("Team Sheet","","",2,20,120);
		Menu7_5_1=new Array("Irlam Final Team Sheet","Final at Irlam.pdf","",0,20,200);
		Menu7_5_2=new Array("Junior Jubilee Team Sheet","board tick sheet.pdf","",0,20,200);
		

Menu8=new Array("Time Trials Results","","",4,20,140);
	Menu8_1=new Array("A Group","","",2,20,100);
		Menu8_1_1=new Array("100m Feb 2008","100m TT Feb 2008.xls","",0,20,120);
		Menu8_1_2=new Array("100m June 2009","A_Time_Trials_June2009.pdf","",0,20,120);		
	Menu8_2=new Array("B Group","","",5,20,100);
		Menu8_2_1=new Array("50m Feb 2008","b group 50m timetrials feb 2008.xls","",0,20,120);
		Menu8_2_2=new Array("50m June 2008","b_group_timetrials_june08.pdf","",0,20,120);
		Menu8_2_3=new Array("100m October 2008","timetrials oct 2008.pdf","",0,20,120);
		Menu8_2_4=new Array("100m Feb 2009","b_group_100m_timetrials_feb_09.pdf","",0,20,160);
		Menu8_2_5=new Array("100m June 2009","B_Group_Time_Trials_June2009.pdf","",0,20,160);
	Menu8_3=new Array("C Group","","",4,20,100);
		Menu8_3_1=new Array("50m Feb 2008","c group 50m timetrials feb 2008.xls","",0,20,120);
		Menu8_3_2=new Array("50m June 2008","c_group_time_trials_june08.pdf","",0,20,120);
		Menu8_3_3=new Array("50m Oct 2008","C_Group_time_trials_Oct08.pdf","",0,20,120);
		Menu8_3_4=new Array("50m Feb 2009","C_Group_Time_Trial_Feb09.pdf","",0,20,120);
	Menu8_4=new Array("Archives","","",0,20,100);
		

Menu9=new Array("Club Notice Board","noticeboard.htm","",0,20,140);
		

Menu10=new Array("Results","","",3,20,140);
	Menu10_1=new Array("Wigan Best","wiganbestgala1.doc","",0,20,170);
	Menu10_2=new Array("Central Lancs Championships","CentralLancashireChampionships.pdf","",0,20,170);
	Menu10_3=new Array("National Swim League     NSL Round 1 Results","NSL round 1 results.pdf","",0,30,170);
	

Menu11=new Array("Groups","","",1,20,140);
	Menu11_1=new Array("Time & Venue","Groups.pdf","",0,20,170);

Menu12=new Array("Items for Sale","","",2,20,140);
	Menu12_1=new Array("Equipment","Ashton_Central_Equipment.pdf","",0,20,170);
	Menu12_2=new Array("Interactive Order Form","ACSC_Interactive_Order_Form.pdf","",0,20,170);

Menu13=new Array("Training Calendar","","",1,20,140);
	Menu13_1=new Array("Training Calendar 2009","Training_Calendar_09.pdf","",0,20,170);

Menu14=new Array("Ashton News letter","","",2,20,140);
	Menu14_1=new Array("July 2009","ashton news letter july 2009.pdf","",0,20,170);
	Menu14_2=new Array("October 2009","ashton news letter Oct 2009.pdf","",0,20,170);

Menu15=new Array("New Timetable","","",1,20,140);
	Menu15_1=new Array("Timetable","new session times.pdf","",0,20,170);



