/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html'],
	['About our club', null, null,
		['History', 'wwhistory.htm'],
		['Honours', 'wwhonours.htm']
	],
	['Fixtures', 'wwfixturelist.htm'],
	['Competitions', 'wwcomps.htm'],
	['News', 'wwnews.htm'],
	['Photos', null, null,
		['Gallery1', 'ww2006pg1.htm'],
	],
	['Sponsors', 'wwsponsors.htm'],
	['Links', 'wwlinks.htm']
];
