function cambia(x) { with (document) { getElementById('modulo').style.visibility = "hidden"; getElementById('nomail').style.visibility = "hidden"; getElementById('nodati').style.visibility = "hidden"; getElementById(''+x).style.visibility = "visible"; } }