/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', null,
		['Multimedia', null, null,
			['History Channel\'s Modern Marvels', 'http://www.sprayfoam.com/spps/ahpg.cfm?spgid=95'],
			['Spray Foam Application Video', 'demilec.wmv'],
			['ES 30 Second Commercial', 'EnviroSeal_30.mp3'],
			['ES 60 Second Commercial', 'EnviroSeal_60.mp3'],
			['Onsite Photos', 'custfoto.html']
		]
	],
	['Noise Reduction', 'noisereduction.html'],
	['Health', 'health.html'],
	['Why Use Foam', 'whyusefoam.html', null,
		['"R" Value Myth', 'rvaluemyth.html'],
		['Fiberglass Batts', 'fiberglassbatts.html'],
		['SPF Performance', 'spfperform.html'],
		['4 Types Of Insulation', '4types.html']
	],
	['Efficiency', 'efficiency.html'],
	['Links', 'links.html', null,
		['Demilec (USA) LLC', 'http://www.sealection500.com/dem/s500/index.php'],
		['Attic Seal', 'http://www.atticseal.com'],
		['Energy Wise', 'http://www.energywisestructures.com']
	],
	['Contact Us', 'contact.html', null,
		['Email', null, null,
			['Indianapolis', 'mailto:mvg@envirosealfoam.com'],
			['Lafayette', 'mailto:jpgick@envirosealfoam.com']
		],
		['Online Quote', 'form.html']
	]
];
