
function checkFields(){ if( document.Start.SearchTxt.value !="pellicano"){alert("Sorry, non valido")
document.Start.action="utenti.html";
return false;
}
return true;
}
