
/* please register to get documentation */

var MENU_ITEMS = [
	['Rooms & Rates', 'accommodations.php',[null, null, 120, null]],
	['Packages', 'packages.php',[120, null, 86, null],
		['Year Round','yearroundpackages.php', [null, null, 100, null]], 
		['Winter','winter-vacations.php', [null, null, 100, null]], 
		['Spring','spring-vacations.php', [null, null, 100, null]], 
		['Summer','summer-vacations.php', [null, null, 100, null]], 
		['Fall','fall-vacations.php', [null, null, 100, null]], 
	],
	['Dining', 'dining.php',[86, null, 70, null],
		['Breakfast','breakfast.php', [null, null, 124, null]], 
		['Dinner at the Inn','diningorder.php', [null, null, 124, null]], 
		['Local Restaurants','jay-area-restaurants.php', [null, null, 124, null]], 
		['Phineas Recipes','recipes.php', [null, null, 124, null]], 
	],
	['Weddings', 'vermont-weddings.php',[70, null,80, null]],
	['Things To Do', 'things-to-do.php',[80, null,100, null],
		['Skiing','jay-peak-skiing.php', [null, null, 170, null]], 
		['Golfing','golf-vacations.php', [null, null, 170, null]], 
		['Hiking, Biking & Canoeing','hike-bike-canoe.php', [null, null, 170, null]], 
		['Outdoor Recreation','outdoor-recreation.php', [null, null, 170, null]], 
		['Antiquing','antiques.php', [null, null, 170, null]], 
		['Arts & Culture','arts-and-culture.php', [null, null, 170, null]], 
		['Museums','museums.php', [null, null, 170, null]], 
		['Places of Interest','places-of-interest.php', [null, null, 170, null]], 
		['Calendar of Events','events.php', [null, null, 170, null]], 

						 
	],
	['Pet Friendly', 'pet-friendly.php',[100, null,100, null]],
	['About Us', 'about.php',[100, null, 80, null],
		['Inn History','inn-history.php', [null, null, 100, null]], 
		['Innkeepers','inn-keepers.php', [null, null, 100, null]], 
		['Geotourism','geotourism.php', [null, null, 100, null]], 
		['Reviews', 'notices.php',[null, null, 100, null]],
		['Media/Press','media-press.php', [null, null, 100, null]],
		['Directions','location.php', [null, null, 100, null]], 


	],
	['Contact Us', 'contact.php',[80, null, 100, null]],
	['Check Availability', 'https://secure.rezovation.com/Reservations/AvailabilityCalendar.aspx?_0BT9T6XRNEDE4K',[100, null, 130, null]],
	['Home', 'index.php',[130, null, 80, null]],
];

