﻿/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOME', 'http://allhvac.com/index.htm'],
	['OUR WORK', null, null,
		['Brownstones', 'http://www.allhvac.com/gallery/thumbnails.php?album=16'],
		['Commercial', 'http://www.allhvac.com/gallery/thumbnails.php?album=1'],
		['Commercial Ductless', 'http://www.allhvac.com/gallery/thumbnails.php?album=22'],
		['Residential Ductless', 'http://www.allhvac.com/gallery/thumbnails.php?album=23'],
		['Indoor Air Handlers', 'http://www.allhvac.com/gallery/thumbnails.php?album=9'],
		['Outdoor Condensers', 'http://www.allhvac.com/gallery/thumbnails.php?album=10'],
		['Furnace Replacement', 'http://www.allhvac.com/gallery/thumbnails.php?album=12'],
		['Grills', 'http://www.allhvac.com/gallery/thumbnails.php?album=6'],
		['Humidifiers', 'http://www.allhvac.com/gallery/thumbnails.php?album=11'],
		['Institutional', 'http://www.allhvac.com/gallery/thumbnails.php?album=15'],
		['Brooklyn Residential', 'http://www.allhvac.com/gallery/thumbnails.php?album=2'],
		['Manhattan Residential', 'http://www.allhvac.com/gallery/thumbnails.php?album=13'],
		['Rooftops', 'http://www.allhvac.com/gallery/thumbnails.php?album=4'],
		['Split Systems', 'http://www.allhvac.com/gallery/thumbnails.php?album=8'],
		['Tower Replacements', 'http://www.allhvac.com/gallery/thumbnails.php?album=17'],
	],
	['MAINTENANCE CONTRACTS', 'http://allhvac.com/maintenancecontracts.htm'],
	['RESOURCES', null, null,
		['Is It Time For A New Gas Furnace?', 'http://allhvac.com/newfurnace.htm'],
		['Reduce Carbon Monoxide In Your Home', 'http://allhvac.com/carbonmonoxide.htm'],
		['What Is Air Balancing?', 'http://allhvac.com/airbalancing.htm'],
		['Can I save money saving energy?', 'http://allhvac.com/tax.htm'],
		['Cooling Requirments Estimates', 'http://allhvac.com/estimates.htm'],
		['Glossary of HVAC Terms', 'http://allhvac.com/gloss.htm'],
		['MEA Numbers', 'http://allhvac.com/mea.htm'],
		['How Often Should I Have My Equipment Serviced?', 'http://allhvac.com/service.htm']
	],
	['CLASSIFIEDS', 'http://allhvac.com/classified.htm'],
	['BLOG', 'http://www.allhvac.com/blog'],
	['LINKS', 'http://allhvac.com/links.htm'],
	['CONTACT US', 'http://allhvac.com/contact.htm']
];
