﻿/* 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']
	],
	['Conventional Homes', '../Conventional.html', null,
		['The Building Process', '../BuildingProcess.html']
	],
	['Log Homes', '../LogHomes.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'],
	['Warranty', '../Warranty.html'],
	['Contact Us', '../ContactUs.html']
];
