﻿/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', null,
		['About Us', 'AboutUs.html'],
		['Products', 'Products.html'],
		['Referrals', 'Referrals.html'],
		['Energy Star Program', 'EnergyStar.html'],
		['News Archive', 'News.html']
	],
	['Conventional Homes', 'Conventional.html', null,
		['The Building Process', 'BuildingProcess.html']
	],
	['Log Homes', 'LogHomes.html', null,
		['Our Logxurious Packages', 'LogHomes2.html']
	],
	['Home Renovations', 'Renovations.html', null,
		['Grant Programs', 'Grants.html'],
		['RenoMark Program', 'RenoMark.html'],
		['Replacement Windows', 'Windows.html']
	],
	['Gallery of Homes', null, null,
		['Conventional Homes', 'Gallery-Conventional.html'],
		['Log Homes', 'Gallery-Log.html'],
		['Renovation Projects', 'Gallery-Renovations.html']
	],
	['Community Developments', 'Community.html',null,
		['Fairport Heights', 'Community.html'],
		['Building Lots', 'BuildingLots.html']
	],
	['Warranty', 'Warranty.html'],
	['Contact Us', 'ContactUs.html']
];
