/* Tigra Menu items structure */		
var MENU_ITEMS = [		
	['home', 'index.php', null,	
		['about this website', 'thisweb.htm']
	],	
	['news & results',null, null,	
		['meetings', 'values1.htm'],
		['results', 'results.php']
	],	
	['events ', null,null,	
		['cross-country', 'fixturesmain.htm'],
		['road', 'resultsmain.htm'],
		['track & field','events/eventscentre.htm'],
		['general calendar', 'calendar.php']
	],	
	['business',null,null,	
		['A', 'trainingmain.htm'],
		['B', 'socialmain.htm'],
		['C', 'sportshallmain.htm']
	],	
	['clubs', null,null,	
		['North Yorks','north.php'],
		['South Yorks','south.php'],
		['West Yorks', 'west.php'],
		['other', null]
	],	
	['links', null,null,	
		['A', null],
		['B',null],
		['C', null],
		['C',null],
		['E',null]
	],		
];		
var MENU_ITEMS1 = [		
	['organisation', 'organisation.htm'],	
	['officials', null],	
	['history', 'history.htm'],	
	['venue', 'venue.htm'],	
	['club colours', 'clubcolours.htm'],	
	['roll of honour', 'rollofhonour.htm'],	
	['club status', 'statusmain.htm']	
];	
var MENU_ITEMS2=[	
	['values', 'values1.htm']
];	
var MENU_ITEMS3=[	
	['training', 'trainingmain.htm'],
	['social', 'socialmain.htm'],
	['events', 'eventsmain.htm'],
	['entry forms', 'entriesmain.htm'],
	['sports hall', 'sportshallmain.htm']
];	
var MENU_ITEMS4=[	
	['information', 'joining1.htm'],
	['application form', 'joining2.htm'],
	['venue', 'venue.htm']
];	
var MENU_ITEMS5=[	
	['latest', 'latestmain.htm'],
	['next','nextmain.htm'],
	['results', 'resultsmain.htm'],
	['newsletter', 'newslettersmain.htm'],
	['photo feature',null],
	['photo gallery', 'photogallerymain.htm']
];	
var MENU_ITEMS6 = [	
	['track & field', 'trackandfieldmain.htm'],
	['road racing', 'roadmain.htm'],
	['cross-country', 'crosscountrymain.htm'],
	['trail & fell', 'trailandfellmain.htm'],
	['young athletes', 'youngathletesmain.htm']
];	
var MENU_ITEMS7 = [	
	['fixtures', 'fixturesmain.htm'],
	['coaching', 'coachingmain.htm'],
	['training advice', "http://www.rhac.co.uk/support1.htm"],
	['club shop', 'shopmain.htm'],
	['services', 'memberservices/various.htm'],
	['useful links', 'usefullinks.htm'],
	['member contact', 'membercontact.htm']
];	
var MENU_ITEMS8 = [	
	['fixtures', null],
	['results', null],
	['news', null],
	['club champs', null],
	['coaching', null]
];	
