﻿/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'sw':128,'bw':124},
		['About Us', 'AboutUs.html'],
		['Location', 'Location.html'],
		['FAQ\'s', 'FAQs.html'],
		['Contact Us', 'ContactUs.html']
	],
	['Smart Screen Gutter Protection', 'SmartScreen.html', null,
		['Alu-Rex Gutter Clean', 'AluRexGutterClean.html'],
		['Gutter FAQ\'s', 'GutterCoverFAQ.html']
	],
		['Walltite ECO Foam Insulation', 'FoamInsulation.html', null,
		['Blown-In Insulation', 'BlownInInsulation.html']
	],
	['Windows', 'Windows.html', null,
		['Entrance Doors', 'EntranceDoors.html']
	],
	['Vinyl Fence', 'Fence.html', null,
		['VEKAdeck', 'VEKAdeck.html'],
		['Vinyl Railings', 'Railings.html'],
		['ViPro Handrails', 'ViProRailings.html'],
		['Waterford Siding', 'Siding.html'],
		['Harbor Ridge Siding', 'HarborRidge.html'],
		['Timber Crest Siding', 'TimberCrest.html'],
		['Glass Blocks', 'GlassBlocks.html'],
		['Ridge Vents', 'RidgeVents.html'],
		['Aluminum Coil', 'AluminumCoil.html']
	],
	['GAF-ELK Roofing', 'Roofing.html'],
	['Place An Order', 'RenovationsNeeded.html']
];
