/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Management', null, null,
		['Chairman', null, null,
			['Darren Hodgkiss', 'darren.html']
		],
		['Vice-Chairman', null, null,
			['John Coleman', 'jcoleman.html']
                ],
		['Treasurer', null, null,
			['Alan Kent', 'akent.html']
		],
		['Secretary', null, null,
			['Gareth Lloyd', 'glloyd.html']
		],
		['Welfare Officer', null, null,
			['Sarah Edwards', 'sarah.html']
		],
		['Mini-Soccer Centre ', null, null,
			['Manager Vince Lee', 'vlee.html']
		],
		['Committee Members', null, null,
			['Pauline Coleman', 'pcoleman.html'],
			['Alan Farnell', 'afarnell.html']
                ],
		['Press Officer', null, null,
			['Debbie Manley', 'debbie.html']
		],
		['Purchasing Manager', null, null,
			['Sarah Edwards', 'sarah.html']
		]
	],
	['Teams', null, null,
		['Match Reports', 'match_selected.html'],
		['Ladies Team', 'ladies.html'],
		['Under Sevens', 'u7.html'],
		['Under Eights', 'u8.html'],
		['Under Nines', 'u9.html'],
		['Under Tens', 'u10.html'],
		['Under Elevens', 'u11.html'],
		['Under Twelves (A)', 'u12a.html'],
		['Under Twelves (B)', 'u12b.html'],
		['Under Thirteens', 'u13.html'],
		['Under Thirteens (A)', 'u13a.html'],
		['Under Fifteens', 'u15.html'],
        ['Under Sixteens (A)', 'u16a.html'],
		['Under Sixteens (B)', 'u16b.html'],
		['Under Seventeens', 'u17.html'],
        ['Under Twenty-Ones', 'u21.html'],
        ['Veterans', 'vets.html'],
		['Academy', 'academy.html']
	],
	['Fixtures', null, null,
		['WJYFL Fixtures', 'wjyl.html'],
		['WJYFL Mini-Soccer', 'wjyl_mini_soccer.html'],
		['Lichfield DRL Fixtures', 'lichfield_drl.html'],
		['Bilston PYFL', 'bilston_pyfl.html']
	],
	['Players Wanted', null, null,
		['Application Form', 'apply.html']
	],
	['Sponsors', null, null,
		['Club Sponsor', 'mainspon.html'],
		['Team Sponsors', 'webspon.html'],
		['David Calcutt', 'davidcalcutt.html']
	],
	['Club Links', null, null,
		['Sunday League', 'localteams.html'],
		['Professional Clubs', 'proclubs.html']
	],
	['How to find ...', null, null,
		['Pelsall Cricket Club', 'cricketclub.html'],
		['Rushall EDC (Home)', 'rushalledc.html'],
		['Match Venues', null, null,
	    	['Manor Farm School', 'manorfarm.html'],
			['Reedswood Park', 'reedswood.html'],
			['Sporting Khalsa', 'khalsa.html'],
			['Leamore Park', 'leamore.html'],
			['Shire Oak School', 'shireoak.html'],
			['Great Wyrley', 'wyrley.html'],
        	['Willenhall Sports Col', 'willenhall_sports.html'],
			['Bentley Leisure Pav', 'bentley.html']
		]
	],
	['Soccer Sevens', null, null,
		['Results', 'soccer_sevens.html']
		
	],
	['Fundraising', null, null,
		['Gambia Appeal Fund', 'gambia.html']
	],
	['Club Awards', null, null,
		['Charter Standard', 'charter.html'],
		['Top Charter Award', 'top_charter.html'],
		['FA Workforce Awards', 'workforce_awards.html'],
		['Walsall Sports Club', 'walsall_cert.html']
		]
];
