/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Menus', './index.php', null,
		['Public Site', './index.php'],
		['Members Page',  './m_index.php'],
		['Members Login',  './members/index.php'],
		['Junior Page', './junior.php']
	],
	['Our Club', './club.php', null,
		['History', './history.php'],
		['Directions', './directions.php'],
		['Dining', './dining.php'],
		['Fitness Center', './fitness.php'],
		['Tennis Courts', './tennis.php'],
		['Board & Committee Members', './board.php'],
		['Photo Gallery',  './gallery.php']
	],
	['Golf', './course.php', null,
		['Course', null, null,
			['Photo Tour', './phototour.php'],
			['Course Layout', './crslayout.php'],
			['Scorecard', './scorecard.php']
		],
		['Facilities', null, null,
			['Practice Facilities', './range.php'],
			['Training Facilities', './golftraining.php'],
		],
		['Junior Golf', './junior.php'],
		['Golf Shop', './proshop.php', null,
			['Staff', './pgastaff.php'],
			['Merchandise', './proshop_items.php']
		]
	],
	['Membership', './memberships.php', null],
	['Catering', null, null,
		['Weddings', './wedding.php'],
		['Banquets', './banquet.php'],
		['Golf Tournaments', './tournaments.php'],
		['Photo Gallery',  './gallery.php']
	],
	['Contact Us', './contact.php', null]
];

