/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Calendar', 'index.php?n=cal', {'tw':'_self','sb':'Calendar'}],
	['News', 'index.php?n=news', {'tw':'_self','sb':'News'},
		['Running Orders', 'index.php?n=running', {'tw':'_self','sb':'Running Orders'}],
		['Results', 'index.php?n=results', {'tw':'_self','sb':'Results'}]
	],
	['Gallery', 'index.php?n=gallery', {'tw':'_self','sb':'Gallery'}],
	['Links','index.php?n=links', {'tw':'_self','sb':'Links'},
		['About Us', 'index.php?n=about', {'tw':'_self','sb':'About'}],
		['Contact', 'index.php?n=contact', {'tw':'_self','sb':'Contact'}]
	 ],
	['History', 'index.php?n=history', {'tw':'_self','sb':'history'}]

];
