/* Tigra Menu items structure */

var MENU_ITEMS = [
	['Home', 'Lynnwood.htm', {'sw':80}],
	['Visitor Information', 'Lynnwood.htm#visitor', {'sw':160},
	    ['Transportation', 'Lynnwood.htm#transportation']
	],
	['Accommodations', 'accommodations.htm', {'sw':150},
	    ['Bed and Breakfasts', 'bedandbreakfast.htm'],
	    ['Hotels and Motels', 'hotels.htm']
	],  
	['Dining', 'Lynnwood.htm', null],
	['Attractions', 'Lynnwood.htm', {'sw':110}],
	['Activities', 'Lynnwood.htm', null],
	['Shopping', 'Lynnwood.htm', null]
];

