/* Tigra Menu items structure  new web*/		
var MENU_ITEMS = [		
	['home', 'index.php','_top',	
		['about this website', 'about-website.php']
	],
	['organisation', 'about.htm', null,	
		['our organisers', 'about-organisation.php'],
		['our sponsors', 'about-sponsors.php']
	],	
	['about us', 'historymain.php', null,	
		['values', 'historymain.php'],
		['history', 'historymain.php'],
		['venue', 'historymain.php'],
		['club colours', 'historymain.php'],
		['roll of honour', 'historymain.php'],
		['club status', 'historymain.php']
	],	
	['events ',null,null,	
		['all fixtures', 'events-fixtures.php'],
		['Round Rotherham','trailandfellRRmain.php'],
		['RHAC events','events-rhac.php'],
		['RHAC-assisted','events-rhassist.php']
	],	
	['other activities', 'oacomment.htm',null,	
		['training', 'oacomment.htm'],
		['coaching', 'oacomment.htm'],
		['Thursdays', 'oacomment.htm']
	],	
	['membership',null,null,	
		['information', 'membership-information.php'],
		['application forms', 'membership-application.php'],
		['online renewal', 'membershiprenewal.php'],
		['venue*', 'venue.htm']
	],	
	['general news',null,null,	
		['latest', 'news-latest.php'],
		['newsletter', 'news-newsletter.php'],
		['photo gallery', 'news-gallery.php']
	],	
	['club sections', null,"content",	
		['track & field', null,null,
			['detail', 'trackandfieldmain.php']
		],
		['road racing', null,null,
			['detail','road-detail.php'],
			['further','roadmain.php']
		],
		['cross-country', null, null,
			['detail','cross-detail.php'],
			['news','cross-news.php'],
			['fixtures','cross-fixtures.php'],
			['gallery','cross-gallery.php'],
			['results','cross-results.php']
		],
		['trail & fell', null,null,
			['RRR race', 'trailandfellmain.php']
		],

	],	
	['service/payment', 'servicesmain.htm',null,
		['exchange pages', 'exchangemain.php'],	
		['services', 'servicesmain.php'],
		['sundry payments', 'events/sundry_payments_page.php']
	],	
];		
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]
];	
