/* Tigra Menu items structure */

var MENU_ITEMS = [
	['Home', 'flathead.htm', {'sw':80}],	
	['Accommodations', 'accommodations.htm', {'sw':150},
		['Bed & Breakfast', 'accommodations.htm#bedandbreakfast'],
		['Campgrounds','accommodations.htm#campgrounds'],
		['Hotels and Motels', 'accommodations.htm#hotels'],
		['RV Parks','accommodations.htm'],
		['Vacation Rentals','accommodations.htm']
	],
	['Activities', 'attractions.htm#ACTIVITIES', {'sw':150},
	 ],
	['Attractions', 'attractions.htm', {'sw':150},
	 ],
	['Visitor Information', 'visitorinformation.htm', {'sw':200},
	 	['Featured Places','visitorinformation.htm#Places'],
	 	['Map of Flathead Lake Area','flatheadlakemap.htm'],
	 	['Map of Flathead Valley Area','flatheadlakearea.htm'],
		['Web Sites','visitorinformation.htm#Webs']
	],	
];

