function prenotaHotel (form,da,a,camere) {
    if (validate(form,function() {
         onclickGoSelModeExt('2606','4125053097',lang,'0000',da,a,0,camere);
         form.submit();
        },1)) {
        return true;
    } else {
        return false;
    }
}
