/* 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 09',null,null,
				['rules', 'TandF/TandF09/rules09.htm'],
				['meeting 1', 'TandF/TandF09/SYL-09-1.htm'],
				['meeting 2', 'TandF/TandF09/SYL-09-2.htm'],
				['meeting 3', 'TandF/TandF09/SYL-09-3.htm'],
				['meeting 4', 'TandF/TandF09/SYL-09-4.htm'],
				['meeting 5', 'TandF/TandF09/SYL-09-5.htm'],
				['meeting 6', 'TandF/TandF09/SYL-09-6.htm'],		
				['analysis', null]
		],
		['TF league results',null,null,
				['1 Rothm','TandF/TandF09/meet1-09.htm'],
				['2 Cudwth', 'TandF/TandF09/meet2-09.htm'],
				['3 Donctr', 'TandF/TandF09/meet3-09.htm'],
				['4 Rothm', 'TandF/TandF09/meet4-09.htm'],
				['5 Sheff', 'TandF/TandF09/meet5-09.htm'],
				['6 Donctr', 'TandF/TandF09/meet6-09.htm'],
				['grand prix', 'TandF/TandF09/finalGP2009.htm'],
				['multi-evt lg','TandF/TandF09/meLeague-09.htm'],
				['multi-evt ch',null],
				['team results ', 'TandF/TandF09/allmeets-09teams.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',null],
				['grand prix', null]
		],

		['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']
	],
];
