/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/

var MENU_ITEMS = [
	["Home","index.php", {"tw" : ""},
	],
	["Whatball?","whatball.php", {"tw" : ""},
	],
	["News","news.php", {"tw" : ""},
		["Club News","news.php", {"tw" : ""},],
		["SWKA News","swka_news.php", {"tw" : ""},],
		["EKA News","eka_news.php", {"tw" : ""},],
		["IKF News","ikf_news.php", {"tw" : ""},],
	],
	["Calendar","calendar.php", {"tw" : ""},
		["Diary","diary.php", {"tw" : ""},],
	],
	["Player Profiles","profiles.php", {"tw" : ""},
		["Player Profiles","profiles.php", {"tw" : ""},],
		["Ex-Player Profiles","old_profiles.php", {"tw" : ""},],
	],
	["Matches","matches.php?season=5", {"tw" : ""},
		["2009-2010 Matches","matches.php?season=5", {"tw" : ""},],
		["2008-2009 Matches","matches.php?season=4", {"tw" : ""},],
		["2007-2008 Matches","matches.php?season=3", {"tw" : ""},],
		["2006-2007 Matches","matches.php?season=2", {"tw" : ""},],
		["2005-2006 Matches","matches.php?season=1", {"tw" : ""},],
		["2004-2005 Matches","0405results.php", {"tw" : ""},],
		["2003-2004 Matches","0304results.php", {"tw" : ""},],
	],
	["Stats","stats.php?season=5", {"tw" : ""},
		["2009-2010 Stats","stats.php?season=5", {"tw" : ""},],
		["2008-2009 Stats","stats.php?season=4", {"tw" : ""},],
		["2007-2008 Stats","stats.php?season=3", {"tw" : ""},],
		["2006-2007 Stats","stats.php?season=2", {"tw" : ""},],
		["2005-2006 Stats","stats.php?season=1", {"tw" : ""},],
		["2004-2005 Stats","0405stats.php", {"tw" : ""},],
		["2003-2004 Stats","0304stats.php", {"tw" : ""},],
	],
	["SWKL","leagues.php", {"tw" : ""},
		["Division 1","league.php?id=19957", {"tw" : ""},],
		["2nd Team Division","league.php?id=19958", {"tw" : ""},],
	],
	["Photo Albums","albums.php", {"tw" : ""},
	],
	["Tournaments","tournaments.php", {"tw" : ""},
		["2006 Bristol","news_story.php?story=150", {"tw" : ""},],
		["2005 Counties","counties05.php", {"tw" : ""},],
		["2005 Bristol","bckc05.php", {"tw" : ""},],
		["2004 Counties","counties04.php", {"tw" : ""},],
	],
	["Training Times","training.php", {"tw" : ""},
	],
	["Documents","documents.php", {"tw" : ""},
	],
	["Fun & Games","funandgames.php", {"tw" : ""},
		["Quote Archive","quotesarchive.php", {"tw" : ""},],
	],
	["Contact Us","contact_us.php", {"tw" : ""},
		["BCKC History","history.php", {"tw" : ""},],
	],
	["Useful Links","links.php", {"tw" : ""},
	],
	["Directions","directions.php", {"tw" : ""},
		["Other Directions","otherdirections.php", {"tw" : ""},],
	],
	["Member Login","admin.php", {"tw" : ""},
	],
];