/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'tw':'_self','tt':'','sw':'55'}],
	['The Course', '#', {'tw':'_self','tt':'','sw':'100'},
		['Front 9', 'front9.html', {'tw':'_self','tt':'','sw':'80'}],
		['Back 9', 'back9.html', {'tw':'_self','tt':'','sw':'80'}],
		['Club House, Pro Shop<br/>and Driving Range', 'clubhouse.html', {'tw':'_self','tt':'','sw':'80'}],		
	],
	['Green Fees', 'greenfees.html', {'tw':'_self','tt':'','sw':'100'}],	
	['Leagues and Tournaments', 'leagues-tournaments.html', {'tw':'_self','tt':'','sw':'200'}],
	['Calendar', 'calendar.html', {'tw':'_self','tt':'','sw':'90'}],		
	['Gift Certificates', 'giftcertificates.html', {'tw':'_self','tt':'','sw':'145'}],	
	['Contact Us', 'contactus.html', {'tw':'_self','tt':'','sw':'100'}],	
];


