//document.onkeyup = KeyCheck;       
function KeyCheck(Tasto) {
  var KeyID = Tasto;
  if (KeyID==13){
	  valuta_e_spedisci('cerca');
  }
}