/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.php', {'sw':111}],
	['Residential Roofing', 'roofing_residential_services.php', {'sw':150}],
	['Commercial Roofing', 'roofing_commercial_services.php', {'sw':150}],
	['Reviews', 'reviews.php'],
	['Roofing Guide', 'roofing_guide.php'],
	['Contact', 'roofing_contact_free_estimate.php', {'sw':112}]
];


