/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.horseweb-sa.co.za/index.html'],
	['Shows', '/cgi-bin/what-is-on-s.pl'],
	['Venue Maps', 'http://www.horseweb-sa.co.za/map/map.html'],
	['Pictures', 'http://www.horseweb-sa.co.za/gallery/index.php'],
	['Fun & Games', null, null,
	    ['Arcade', 'http://www.horseweb-sa.co.za/cgi-bin/games.pl'],
		['Equiknowledge', 'http://www.horseweb-sa.co.za/cgi-bin/quiz.pl'],
		['Poll', 'http://www.horseweb-sa.co.za/cgi-bin/poll.pl']
	],
	['Articles', 'http://www.horseweb-sa.co.za/cgi-bin/article-show.pl'],
	['Disclaimer', 'http://www.horseweb-sa.co.za/disclaimer.html'],
];
