﻿/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', null,
		['Owners Message', 'PDFs/OwnersMessage.pdf', {'tw':'_blank'}],
		['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', 'PDFs/SampleEvaluation.pdf', {'tw':'_blank'}]
	],
	['Media Room', null, null,
		['The Big Burn', 'BigBurnMovie.html'],
		['Spray Foam Install', 'SprayFoamInstall.html']
	],
	['Resources', null, null,
		['FAQ\'s', 'FAQs.html'],
		['Why Insulate ?', 'WhyInsulate.html'],
		['Why Use Foam', 'WhyUseFoam.html'],
		['PolarFoam Brochure 1', 'PDFs/polarfoam-1.pdf', {'tw':'_blank'}],
		['PolarFoam Brochure 2', 'PDFs/polarfoam-2.pdf', {'tw':'_blank'}],
		['Spray Foam Facts ', 'PDFs/closed-cell-spray-foam-insulation-facts.pdf', {'tw':'_blank'}],
		['Understanding Moisture Vapor', 'PDFs/UnderstandingMoistureVapor118.pdf', {'tw':'_blank'}],
		['Understanding Attic Ventillation', 'PDFs/Understanding_Attic_Ventilation.pdf', {'tw':'_blank'}],
		['Understanding Air Barriers', 'PDFs/Understanding_Air_Barriers.pdf', {'tw':'_blank'}],
		['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']
	]
];

