/***********************************************************************************
*	(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=12;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='yellow';			// Background color when mouse is over
	var HighSubBgColor='yellow';			// Background color when mouse is over on subs
	var FontLowColor='black';			// 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='black';			// Font color subs when mouse is over
	var BorderColor='black';			// 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="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=10;				// 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='middle'; // Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=5;				// Menu offset x coordinate
	var StartLeft=1;				// 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=0;			// 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='contents';			// Frame where first level appears
	var SecLineFrame='contents';			// Frame where sub levels appear
	var DocTargetFrame='main2';			// Frame where target documents appear
	var TargetLoc='blank';				// 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=0;				// 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","home.htm","",0,20,105);

Menu2=new Array("JUNIORS","juniors.htm","",0,20,105);

Menu3=new Array("NEWS","","",5);
    Menu3_1=new Array("Newsletters","newsletter_racediray.htm","",0,20,100);
	Menu3_2=new Array("New Members","whoswho/names_new_members.htm","",0);
	Menu3_3=new Array("News Articles","articles_old.htm","",0);
	Menu3_4=new Array("Training Prog.","training_program.htm","",0);
	Menu3_5=new Array("Messages","http://www.elyrunners.co.uk/guestbook/guestbook.cgi","",0);
	
Menu4=new Array("RACES","","",6);	
	Menu4_1=new Array("Race Diary","racediary.htm","",0,20,100);
	Menu4_2=new Array("Club Races","clubraces.htm","",0);
    Menu4_3=new Array("Frostbite","frostbite.htm","",0); 
	Menu4_4=new Array("RNR","rnr.htm","",0); 
	Menu4_5=new Array("CRRL","crrl.htm","",0); 
	Menu4_6=new Array("Hereward Relay","hereward_relay.htm","",0);
	
Menu5=new Array("RESULTS","","",6);
	Menu5_1=new Array("Latest Reports","MySQL_Reports/Reports_by_Date.php?a=reset","",0,20,100);
	Menu5_2=new Array("Latest Results","MySQL_Results/View_Results.php?a=reset","",0);
	Menu5_3=new Array("Database","records_pbs.htm","",0);
	Menu5_4=new Array("Results Archive","results_archive.htm","",0);
	Menu5_5=new Array("Annual Awards","achievements.htm","",0);
	Menu5_6=new Array("Achievements","club_achievements.htm","",0);
	
Menu6=new Array("CLUB INFO","","",12);
	Menu6_1=new Array("Membership","join.htm","",0,20,100);
	Menu6_2=new Array("Club Kit","kit.htm","",0);
	Menu6_3=new Array("The Committee","committee.htm","",0);
	Menu6_4=new Array("AGM","minutes.htm","",0);
	Menu6_5=new Array("Administration","club_admin.htm","",0);
	Menu6_6=new Array("Routes & Maps","training.htm","",0);
	Menu6_7=new Array("Club Location","location.htm","",0);
	Menu6_8=new Array("Club History","history.htm","",0);
	Menu6_9=new Array("Club Coaches","club_coaches.htm","",0);
	Menu6_10=new Array("Records & PBs","records_pbs.htm","",0);
	Menu6_11=new Array("Training","trainingatnight.htm","",0);
	Menu6_12=new Array("Members' Info","members.htm","",0);
	
Menu7=new Array("CONTACTS","contacts.htm","",0);

Menu8=new Array("LINKS","Links.htm","",3);
     Menu8_1=new Array("Clubs/general","Links.htm","",0,20,100);
	 Menu8_2=new Array("Physio Advice","physio.htm","",0);
	 Menu8_3=new Array("Search site","search_engine.htm","",0);

Menu9=new Array("PHOTOS","","",6);
	Menu9_1=new Array("Recent Photos","http://79.170.40.55/elyrunners.org.uk/gallery/index.php?cat=41","",0,20,100);
	Menu9_2=new Array("Photos Archive","photosarchive.htm","",0);
	Menu9_3=new Array("Who's Who?","whoswho/index.htm","",0);
	Menu9_4=new Array("Articles","articles_old.htm","",0);
	Menu9_5=new Array("Sketches","sketches/sketches.htm","",0);
	Menu9_6=new Array("Compositions","photo%20compositions/Page_index.htm","",0);
	
Menu10=new Array("COMMENTS","","",3);
     Menu10_1=new Array("Comments","http://www.elyrunners.co.uk/guestbook/guestbook.cgi","",0,20,100);
	 Menu10_2=new Array("Letters","thankyou.htm","",0);
	 Menu10_3=new Array("Age of Reason","age_of_reason.htm","",0);
	
Menu11=new Array("CALCULATORS","","",5);
	Menu11_1=new Array("Age Graded","agegraded.htm","",0,20,100);
	Menu11_2=new Array("Pace & Calorie","pace.htm","",0);
	Menu11_3=new Array("Pace Predictor","predictor.htm","",0);
	Menu11_4=new Array("Pace & Time","Metro Pace Calculator.htm","",0);
	Menu11_5=new Array("Marathon Splits","marathon_splits.htm","",0);
	
Menu12=new Array("OTHER INFO","","",7);
	Menu12_1=new Array("Technical Info","technical_info.htm","",0,20,100);
	Menu12_2=new Array("Web Site Stats","http://cqcounter.com/?_id=ElyRun&_lo=uk2","",0);
	Menu12_3=new Array("Captain's FAQs","captains_faqs.htm","",0);
	Menu12_4=new Array("Club Books","http://www.dayala.co.uk/elyrunners/booklist.htm","",0);
	Menu12_5=new Array("Library Books","http://www.dayala.co.uk/elyrunners/librarybooks.htm","",0);
	Menu12_6=new Array("Trophy List","trophies.htm","",0);
	Menu12_7=new Array("Running Advice","advice.htm","",0);
