/* Tigra Menu items structure */
var MENU_ITEMS = [
	['home', 'start.htm', null,
		['home', 'start.htm'],
		['about this website', 'aboutthisweb.htm']
	],
	['business', null, null,
		['officials', 'officials.htm'],	
		['licences', 'licences.htm'],
		['documents', null],
		['North of England', 'northath.htm'],
		['England Athletics', 'engath.htm']	
	],
	['member clubs', 'clubs.htm',null,
		['listed','clubs.htm'],
		['websites','websites.htm']		
	],
	['events', null,null,
		['general fixtures', 'fix-detail.htm'],
		['TF league/chp 10',null,null,
				['rules', null],
				['meeting 1', null],
				['meeting 2', null],
				['meeting 3', null],
				['meeting 4', null],
				['meeting 5', null],
				['meeting 6', null],		
				['analysis', null]
		],
		['TF league results',null,null,
				['1 Roth','TandF/TandF2010/meet1-2010.htm'],
				['2 Donc', 'TandF/TandF2010/meet2-2010.htm'],
				['3 Wood',  'TandF/TandF2010/meet3-2010.htm'],
				['4 Cudw', 'TandF/TandF2010/meet4-2010.htm'],
				['5 Cudw', 'TandF/TandF2010/meet5-2010.htm'],
				['6 Donc', 'TandF/TandF2010/meet6-2010.htm'],
				['grand prix', 'TandF/TandF2010/gplist2010.htm'],
				['multi-evt lg','TandF/TandF2010/melist2010.htm'],
				['multi-evt ch',null],
				['team results ', 'TandF/TandF2010/fullTeams.htm']
		],
		['YA Indoor 2009',null,null,
				['dates-details','TandF/YAindoor2009/Poster.pdf'],
				['info-entry form','TandF/YAindoor2009/entryoutline.htm'],
				['info-awards','TandF/YAindoor2009/Awards.htm'],
				['results 1','TandF/YAindoor2009/syya-1-09-Res.htm'],
				['results 2','TandF/YAindoor2009/syya-2-09-Res.htm'],
				['results 3','TandF/YAindoor2009/syya-3-09-Res.htm'],
				['event 4','TandF/YAindoor2009/syya-4-09-Res.htm'],
				['grand prix', 'TandF/YAindoor2009/gpRes-09-10.htm']
		],

		['Road league 2010',null,null,
				['general','road2010/SYroadleague2010.htm'],
				['results 1',null],
				['results 2',null],
				['results 3',null],
				['results 4',null]

		],
		['XC  2009', null,null,
				['all league info','XC/files2009/centre.htm'],
				['1 Winterhill','XC/files2009/Winterhill09info.htm'],
				['2 Longley Pk','XC/files2009/LongleyPark09.htm'],
				['3 Cantley Pk','XC/files2009/Cantleyinfo09.htm'],
				['4 (Penistone SG)',null]
		],	


		['XC lg results 09', null,null,
				['1 Winterhill ', 'XC/results2009/WinterhillRes09.htm'],
				['2 Longley Pk', 'XC/results2009/LongleyRes09.htm'],
				['3 Cantley Pk', 'XC/results2009/CantleyRes09.htm'],
				['4 Penistone', 'XC/results2009/PenistoneRaceResult.pdf'],
				['archive', null]
		],	
	],
	['contacts', 'contacts.htm',null,
		['web links', 'contacts.htm'],
		['addresses', 'contacts-addr.htm']
	],
];
