/* Tigra Menu items structure */
var MENU_ITEMS = [
	[wi('../menu-preview/menu-locations.jpg'), 'locations.html', {'sw':126},
		['BALDWINSVILLE', 'locations-baldwinsville.html'],
		['CENTRAL SQUARE/BREWERTON', 'locations-centralsq.html'],	
		['DEWITT', 'locations-dewitt.html'],
		['EAST SYRACUSE', 'locations-esyracuse.html'],
		['LIVERPOOL/CLAY', 'locations-liverpool.html'],
		['MARCELLUS', 'locations-marcellus.html'],
		['NORTH SYRACUSE', 'locations-nsyracuse.html'],
		['ONONDAGA HILL', 'locations-onondagahill.html'],
		['RADISSON', 'locations-radisson.html'],
		['SKANEATELES', 'locations-skaneateles.html']
	],
	[wi('../menu-preview/menu-about.jpg'), 'about.html', {'sw':114},
		['FAQs', 'faqs.html']
	],
	[wi('../menu-preview/menu-sizing.jpg'), 'sizing.html', {'sw':156}],
	[wi('../menu-preview/menu-storage.jpg'), null, {'sw':187},
		['SELF STORAGE', 'options-storage.html'],
		['CLIMATE CONTROL', 'options-climate.html'],
		['CARS', 'options-cars.html'],
		['BOAT/RV', 'options-boat-rv.html'],
		['MOTORCYCLES', 'options-motorcycles.html'],
		['SUPPLIES', 'supplies.html']
	],
	[wi('../menu-preview/menu-contact.jpg'), 'contact.html', {'sw':132}],
	[wi('../menu-preview/menu-blog.jpg'), 'http://bcselfstorage.tumblr.com/', {'sw':88}]
];

function wi (s_img) {
	return '<img src="menu_files/' + s_img + '" border="0">';
}
