var cmvc;
function goit() {
luogo=document.IT.itinerario.value;
document.IT.destinazione.value=luogo;
document.IT.submit();

}
