/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home Page', 'index.asp'],
	['Members Area', 'http://somersetrctri.hyperboards.com', null,
	['New Members', 'Contact.htm']
	],
	['Training', 'TrainingList.asp', null,
	['Add Training ', 'AddTraining.asp']
	],
	['Social Events', 'SocialList.asp', null,
	['Add Social Event', 'AddSocial.asp']
	],
	['News', 'NewsList.asp', null,
	['Club Champs 2008', 'clubchamps08.htm'],
	['Club Champs 2007', 'clubchamps07.htm'],
	['Club Champs 2006', 'clubchamps06.htm'],
	['Race Reports 2006', 'race2006.htm'],
	['Race Reports 2007', 'race2007.htm'],
	['Race Calendar', 'events.htm'],
	['Club Forum','http://somersetrctri.hyperboards.com'],
	['Add News', 'AddNews.asp']
	],
	['Juniors', 'juniors.htm', null,
	['Add Juniors', 'Addjuniors.asp']
	],
	['Kit Info', 'kit.asp', null,
	['Kit Info', 'kit.asp'],
	['Road Kit to Order', 'kitorder.asp'], 
	],
	['Links', 'Links.asp']
];