	var the_location = "http://www.bmsscl.org.uk/";

///////////////////////////////START OF MAIN MENU LINKS////////////////////////////////////////////////////

//////////////////Titles of Menu Items
	var menu_items_titles = new Array();
	menu_items_titles = 		[	"Home"
						,"Officials"
						,"League News"
						,"Ask An Umpire"
						,"Important Dates"
						,"Fixtures"
						,"Weekly Review"
						,"Tables"
						,"League Records"
						,"League Rules"
						,"Club Directory"
						,"Umpires Association"
                        ,"League Sponsors" 
						,"Web-Site Feedback"
						,"Secure Area Login"
					];

//////////////////Hyperlinks of Menu Items
	var menu_items_links = new Array();
	menu_items_links = 		[	the_location + ""
						,the_location + "Officials.html"
						,the_location + "News.php"
						,the_location + "AskAnUmpire.php"
						,the_location + "Dates.html"
                        ,the_location + "Fixtures.php"
						,the_location + "View_Review.php"
						,the_location + "Tables.php"
						,the_location + "Records.html"
						,the_location + "Rules.html"
						,the_location + "Clubs.php"
						,the_location + "Umpires.html" 
                        ,the_location + "Sponsors.html"                                                      	
						,the_location + "Feedback.html" 
						,the_location + "Auth/index.php"
						];

//////////////////////////END OF MAIN MENU LINKS////////////////////////////////////////////////////

