/* Tigra Menu items structure */

var MENU_ITEMS = [
	['Home', 'Tillamook.htm', {'sw':80}],
	['Visitor Info', 'Tillamook.htm#visitor', {'sw':150},
	    ['Community Info', 'Tillamook.htm#community'],
	    ['Media', 'Tillamook.htm#media'],
	    ['- Newspaper', 'Tillamook.htm#newspaper'],
	    ['- Radio', 'Tillamook.htm#radio'],
	    ['Transportation', 'Tillamook.htm#transportation']
	],
	['Accommodations', 'accommodations.htm', {'sw':140},
	    ['Campgrounds', 'campgrounds.htm'],
		['Hotels & Motels', 'hotels.htm'],
		['RV Parks', 'campgrounds.htm']
	],
	['Food & Beverage','dining.htm', {'sw':150},
	    ['Bakeries', 'dining.htm#bakeries'],
	    ['Cafes', 'dining.htm#restaurants'],
	    ['Coffee & Espresso', 'dining.htm#coffee'],
	    ['Delicatessens', 'dining.htm#delicatessens'],
	    ['Fast Food', 'dining.htm#fastfood'],
	    ['Restaurants', 'dining.htm#restaurants']
	],
	['Attractions', 'attractions.htm', {'sw':110}],
	['Activities', 'Tillamook.htm', null]
];
