/* Tigra Menu items structure */

var MENU_ITEMS = [
	['Home', 'Bothell.htm', {'sw':60}],
	['Visitor Info', 'Bothell.htm', {'sw':160}],
	['Accommodations', 'Bothellhotels.htm', {'sw':160},
		['Hotels and Motels', 'Bothellhotels.htm']
			],
	['Food & Beverage','Bothellfood.htm', {'sw':160}],
	['Attractions', 'Bothellattractions.htm', {'sw':160},
	 ],
];

