/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'sw':140}],
	['Services', 'Services.html'],
	['Residential', 'ResidentialGallery/Residential.html', {'bw':140},],
	['Commercial', 'CommercialGallery/Commercial.html'],
	['E-mail', 'mailto:dave@davepolowickdesign.com']
];

