  function Ricerca() {
     var termine = document.ricerca.cerca.value;
     var su = document.ricerca.su.value;
     location.href = "index.php?page=result&word=" + termine + "&mot=" + su;
	 }
