﻿/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'bw':136},
		['Contact Us', 'ContactUs.html', {'sh':30}],
		['Location Map', 'LocationMap.html', {'tw':'_blank'}],
		['Links', 'Links.html'],
		['Press Releases', 'PressReleases.html']
	],
	['Course Tour', 'CourseTour.html', {'sw':136,'bw':136},
		['Etiquette & Rules', 'Etiquette.html', {'sh':30}],
		['Tournaments', 'Tournaments.html']
	],
	['Pro Shop', 'ProShop.html', {'sw':136,'bw':136},
		['Specials & Coupons', 'Specials.html', {'sh':30}]
	],
	['Banquet Facility', 'BanquetFacility.html', {'sw':136,'bw':136},
		['Appetizer Menu', 'AppetizerMenu.html', {'sh':30}],
		['Dinner Options', 'DinnerOptions.html'],
		['Smorgasbord Options', 'SmorgOptions.html'],
		['Wedding Packages', 'WeddingPackage.html']
	],
	['Our Restaurant', 'Restaurant.html', {'sw':136,'bw':136},
		['Catering', 'Catering.html', {'sh':30}]
	],
	['Rates', 'Rates.html', {'sw':136}],
	['Events Calendar', 'WebCalendar/month.php', {'sw':136, 'tw':'_blank'}]
];
