/*
  --- menu items --- 

*/
var MENU_ITEMS = [
	
['COURSE', null, null,
		['Greens Fees', ['gc_rates.htm', '', ''], null],
		['Leagues & Tourneys', ['gc_leagues.htm', '', ''], null],
		['Online Booking ', ['online_tee.htm', '', ''], null],
		['Scorecard', ['scorecard.pdf', '_blank', ''], null],
		['Pro Shop', ['gc_amenities.htm', '', ''], null],
		['Restaurant', ['gc_amenities.htm', '', ''], null],
			
	],

['GOLF SCHOOL', ['gs_home.html', '', '']],

['OUTINGS', null, null,
		['Group Outings - 12-36 players', ['group12-36.html', '', ''], null],
		['Group Outings - 36-144 players', ['group36-144.html', '', ''], null],
		['Golf & Stay Packages', ['gc_packages.htm', '', ''], null],
			
	],
		
['MEMBERSHIPS',  ['gc_memberships.htm', '', '']],

	


	
['CONTACT US',  ['gc_contact.htm', '', '']],
	

];

