/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.mychelseafc.com/'],
	['News and More', null, null,
		['Chelsea FC', 'http://www.mychelseafc.com/chelseaf.htm'],
		['Chelsea News', 'http://www.mychelseafc.com/chelsea_news.htm'],
		['Chelsea Squad', 'http://www.mychelseafc.com/chelsea_players.htm'],
		['Goal Scorers', 'http://www.mychelseafc.com/alltime_chelsea_goal_scorers.htm'],
		['Chelsea Programmes', 'http://www.mychelseafc.com/chelsea_programmes.htm'],
		['Past Players', 'http://www.mychelseafc.com/players.htm'],
		['England Memorabilia', 'http://www.mychelseafc.com/england_memorabilia.htm'],
		['Live Football News', 'http://www.mychelseafc.com/football_news.htm'],
		['Links', 'http://www.mychelseafc.com/links.htm']
	],
	['Chelsea League Data', null, null,
		['Championship Seasons', 'http://www.mychelseafc.com/championship_seasons.htm'],
		['This Seasons Results', 'http://www.mychelseafc.com/sched.htm'],
		['This Seasons Table', 'http://www.mychelseafc.com/table.htm'],
		['This Seasons Scorers', 'http://www.mychelseafc.com/scorers.htm'],
		['This Seasons Reports', 'http://www.mychelseafc.com/match_reports.htm'],
		['This Seasons Match Statistics', 'http://www.mychelseafc.com/match_statistics.htm'],
		['This Seasons Player Statistics', 'http://www.mychelseafc.com/statistics.htm'],
		['Prior Seasons Statistics', 'http://www.mychelseafc.com/previous_statistics.htm'],
		['Prior Seasons Results', 'http://www.mychelseafc.com/previous_results.htm'],
		['Prior Seasons Tables', 'http://www.mychelseafc.com/previous_results.htm'],
		['Prior Seasons Reports', 'http://www.mychelseafc.com/match_reports.htm']
	],
	['Chelsea Cup Data', null, null,
		['FA Cup', null, null,
			['This Seasons Results', 'http://www.mychelseafc.com/cupsched.htm'],
			['This Seasons Reports', 'http://www.mychelseafc.com/match_reports.htm'],
			['Prior Seaons Results', 'http://www.mychelseafc.com/previous_facup_results.htm'],
			['Prior Seasons Reports', 'http://www.mychelseafc.com/match_reports.htm']
		],
		['League Cup', null, null,
			['This Seasons Results', 'http://www.mychelseafc.com/cupsched.htm'],
			['This Seasons Reports', 'http://www.mychelseafc.com/match_reports.htm'],
			['Prior Seaons Results', 'http://www.mychelseafc.com/previous_worthington_results.htm'],
			['Prior Seasons Reports', 'http://www.mychelseafc.com/match_reports.htm']
		],
		['European Competitions', null, null,
			['This Seasons Results', 'http://www.mychelseafc.com/cupsched.htm'],
			['This Seasons Reports', 'http://www.mychelseafc.com/match_reports.htm'],
			['Prior Seasons Results', 'http://www.mychelseafc.com/previous_euro_results.htm'],
			['Prior Seasons Reports', 'http://www.mychelseafc.com/match_reports.htm']
		],
		['This Seasons Match Statistics', 'http://www.mychelseafc.com/match_statistics.htm'],		
		['This Seasons Player Statistics', 'http://www.mychelseafc.com/statistics.htm'],
		['Prior Seasons Statistics', 'http://www.mychelseafc.com/previous_statistics.htm']
	],
	['League (All Teams)', null, null,
		['This Seasons Results', 'http://www.mychelseafc.com/current_premier_league_results.htm'],
		['This Seasons Table', 'http://www.mychelseafc.com/table.htm'],
		['All Time Premiership Table', 'http://www.mychelseafc.com/all_time_table.htm'],
		['Form Table', 'http://www.mychelseafc.com/form_table.htm'],
		['This Seasons Goal Scorers', 'http://www.mychelseafc.com/current_premier_league_scorers.htm'],
		['Prior Seasons Results', 'http://www.mychelseafc.com/previous_premier_league_results.htm'],
		['Prior Seasons Tables', 'http://www.mychelseafc.com/previous_results.htm'],
		['Prior Seasons Goal Scorers', 'http://www.mychelseafc.com/previous_premier_league_goal_scorers.htm']		
	],
	['Cup (All Teams)', null, null,
		['FA Cup Results', 'http://www.mychelseafc.com/fa_cup_results.htm'],
		['League Cup', 'http://www.mychelseafc.com/league_cup_results.htm']
	]
];

