/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.lewesbarbilliards.org.uk/'],
	['News', '../gen/new0000.htm'],
	['Fixtures/Results', '../gen/fix0000.htm'],
	['Tables', null, null,
		['League Table', '../gen/tab0000.htm'],
		['Player Statistics', '../gen/tab0001.htm'],
		['League Cup Table', '../gen/tab0002.htm'],
		['League Cup Stats', '../gen/tab0003.htm']
	],
	['Competitions', '../gen/com0000.htm'],
	['Teams', null, null,
		['Beermatt Brewers', '../gen/tea0018.htm'],
		['Black Horse', '../gen/tea0001.htm'],
		['Brewers Droops', '../gen/tea0017.htm'],
		['Bridge', '../gen/tea0003.htm'],
		['CKRBL', '../gen/tea0019.htm'],
		['Cock Inn', '../gen/tea0082.htm'],
		['Plough', '../gen/tea0022.htm'],
		['United Services Club', '../gen/tea0023.htm']
	],
	['History', '../gen/his0000.htm'],
	['Links', '../gen/lnk0000.htm'],
	['League Rules', '../info/LDBBL_rules_2009.pdf', {'tw':'_blank'}],
	['Contact', '../gen/con0000.htm'],
	['BB Forum', 'http://barbilliards.proboards30.com/index.cgi?board=lewes ', {'tw':'_blank'}]
];

