function Scheda(combo) {
if (combo.options[combo.selectedIndex].value!="null") { 
window.location.href = combo.options[combo.selectedIndex].value;
}
}