
function ShowEtichettaGusto(Livello){
	document.getElementById(Livello).style.visibility='visible';	
}

function HideEtichettaGusto(Livello){
	document.getElementById(Livello).style.visibility='hidden';		
}
