function clear(inputbox){
    //sbianca i campi input
    inputbox.value="";
}
