/*
  --- 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" : ""},],
	],
	["Results","matches.php?season=6", {"tw" : ""},
		["2010-2011 Results","matches.php?season=6", {"tw" : ""},],
		["2009-2010 Results","matches.php?season=5", {"tw" : ""},],
		["2008-2009 Results","matches.php?season=4", {"tw" : ""},],
		["2007-2008 Results","matches.php?season=3", {"tw" : ""},],
		["2006-2007 Results","matches.php?season=2", {"tw" : ""},],
		["2005-2006 Results","matches.php?season=1", {"tw" : ""},],
		["2004-2005 Results","0405results.php", {"tw" : ""},],
		["2003-2004 Results","0304results.php", {"tw" : ""},],
	],
	["Stats","stats.php?season=6", {"tw" : ""},
		["2010-2011 Stats","stats.php?season=6", {"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" : ""},],
	],
	["Leagues","leagues.php", {"tw" : ""},
		["Regional League","league.php?id=25812", {"tw" : ""},],
		["SWKL Div 1","league.php?id=25647", {"tw" : ""},],
		["SWKL Div 2","league.php?id=25648", {"tw" : ""},],
	],
	["Photo Albums","albums.php", {"tw" : ""},
	],
	["Tournaments","tournaments.php", {"tw" : ""},
		["2011 Bristol","news_story.php?story=568", {"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" : ""},
	],
];
