/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOME', 'http://foxclubfl.com/index2.html'],
	['HISTORY', 'http://foxclubfl.com/history.html'],
	['COURSE', null, null,
		['Design', 'http://foxclubfl.com/golf.html'],
		['Scorecard', 'http://foxclubfl.com/scorecard.html'],
		['Gallery', 'http://foxclubfl.com/gallery_course/index.htm'],
	],
	['CLUBHOUSE', null, null,
		['Bar', 'http://foxclubfl.com/bar.html'],
		['Locker Rooms', 'http://foxclubfl.com/locker_rooms.html'],
		['Gallery', 'http://foxclubfl.com/gallery_club/index.htm'],
	],
	['GOLF SHOP', null, null,
		['The Shop', 'http://foxclubfl.com/the_shop.html'],
	],
	['The LODGE', null, null,
		['Amenities', 'http://foxclubfl.com/lodge.html'],
		['Gallery', 'http://foxclubfl.com/gallery_lodge/index.htm'],
	],
	['LOCATION', 'http://foxclubfl.com/location.html'],
	['INTL 4-BALL', 'http://foxclubfl.com/4_ball.html']
];
