function visualizzaAnteprima(nickname){
	titolo = document.getElementById('txt_titolo').value;
	text = document.getElementById('txt_commento').value;
	window.open('anteprima_commento.php?nick='+nickname+'&titolo='+titolo+'&text='+text,'Anteprima','width=604,height=300');
}

function visualizzaFormCommento(){
	document.getElementById('editor_commenti').style.display = 'block';
}
