function nascondi() {
document.getElementById("prova1").style.display="none";
}