// MAIN

	addTooltip('hnav2_m8');
	document.getElementById('hnav2_m8').onclick = getConditionsTemp;

	function getConditionsTemp()
	{
		getTemplate('./temp/conditions.php', 'content', true, null);
	}

//ACTIONS

