function goRisultati(frm)
{
	// qua devo fare url
	//document.location.href = "<?=BASE_URL?>risultato.php?cosa="+frm.cosa.value;
	frm.submit();
}	
