// MAIN
	addTooltip('hnav2_m1');
	document.getElementById('hnav2_m1').onclick = getAboutUsTemp;
	
	function getAboutUsTemp()
	{
		getTemplate('./temp/about_us.php', 'content', true, null);
	}

// ACTIONS
	

