// MAIN

	addTooltip('hnav2_m2');
	document.getElementById('hnav2_m2').onclick = getTippsTemp;

	function getTippsTemp()
	{
		getTemplate('./temp/tipps.php', 'content', true, null);
	}

//ACTIONS

