﻿/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', null,
		['Green By Definition', 'GreenByDef.html'],
		['Testimonial #1', 'Testimonial1.html'],
		['Testimonial #2', 'Testimonial2.html'],
		['Testimonial #3', 'Testimonial3.html'],
		['Testimonial #4', 'Testimonial4.html'],
		['Testimonial #5', 'Testimonial5.html'],
		['Testimonial #6', 'Testimonial6.html'],
		['Testimonial #7', 'Testimonial7.html']
	],
	['Products', null, null,
		['Foam Products', 'FoamProducts.html'],
		['Polar Foam', 'PolarFoam.html'],
		['Home Foam', 'http://www.homefoam.ca', {'tw':'_blank'}],
		['Cellulose & Glass', 'CelluloseGlass.html'],
		['ThermO Light', 'ThermO-Light.html']
	],
	['Services', null, null,
		['Attics', 'Attics.html'],
		['Basements', 'Basements.html'],
		['Walls', 'Walls.html'],
		['Crawl Spaces', 'CrawlSpaces.html'],
		['Headers', 'Headers.html']
	],
	['Rebates', null, null,
		['ECO Action', 'http://www.ecoaction.gc.ca/ecoenergy-ecoenergie/retrofithomes-renovationmaisons-eng.cfm', {'tw':'_blank'}],
		['Home Audit', 'HomeAudit.html'],
		['Retrofit Rebate Program', 'RetrofitRebates.html'],
		['Categorized Rebates', 'CategorizedRebates.html'],
		['Free Home Evaluation', 'HomeEvaluation.html'],
		['Sample Home Evaluation', 'SampleEvaluation.html']
	],
	['Media Room', null, null,
		['Movie #1', 'Movie1.html'],
		['Movie #2', 'Movie2.html']
	],
	['Resources', null, null,
		['FAQ\'s', 'FAQs.html'],
		['Why Insulate ?', 'WhyInsulate.html'],
		['Why Use Foam', 'WhyUseFoam.html'],
		['PolarFoam Brochure 1', 'PDFs/polarfoam-1.pdf'],
		['PolarFoam Brochure 1', 'PDFs/polarfoam-2.pdf'],
		['Energy Efficiency', 'EnergyEfficiency.html'],
		['Troubleshooting', 'Troubleshooting.html'],
		['A Proven Investment', 'ProvenInvestment.html']
	],
	['Contact Us', null, null,
		['Free Home Evaluation', 'HomeEvaluation.html'],
		['E-mail Jeff', 'mailto:sales@lambtoninsulation.com']
	]
];
