// MAIN

	addTooltip('hnav2_m7');
	document.getElementById('hnav2_m7').onclick = getFaqTemp;

	function getFaqTemp()
	{
		getTemplate('./temp/faq.php', 'content', true, null);
	}

//ACTIONS
