here it is..
codice:
function val(citta) {
 var citta = citta.value;
 if (!citta.match(/^([a-zA-Z\ò\ì\ù\à\è\'\ ]{3,35})$/)) {
   document.getElementById('err_citta').style.display = "block";
 }
}