/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.php'],
	['About Us', 'course.php', null,
		['The Course', 'course.php'],
		['Course Layout', 'layout.php'],
		['News', 'news.php']
	],
	['Pro Shop', 'pro_shop.php', null,
		['Browse Catalogue', 'Catalogue.php'],
		['Pro Shop Specials', 'specials.php'],
		['Fees & Lessons', 'pro_shop.php#L1'],
		['Driving Range', 'pro_shop.php#L3'],
		['Staff', 'pro_shop.php#L4'],
		['Contests', 'contests.php']
	],
	['Leagues', 'leagues.php', null,
		['Mens', 'leagues.php#mens'],
		['Ladies', 'leagues.php#ladies'],
		['Couples', 'leagues.php#couples'],
		['Schedule', 'league_schedule.php'],
		['Champions', 'league_champs.php']
	],
	['Tournaments', 'calendar.php', null,
		['Calendar', 'calendar.php'],
		['Champions', 'course_champs.php'],
		['Image Gallery', 'gallery.php']
	],
	['Members', 'login.php', null,
		['Login', 'login.php'],
		['Scores & Handicaps', 'score_card.php'],
	],
	['Contact Us', 'directory.php', null,
		['Directory', 'directory.php']
	]
];
