function mostraFormCommentoGust(){
	mostraFormCommento();
	if (document.getElementById('commenti'))
		document.getElementById('commenti').style.display = 'none';
}