function nascondi(x) {
document.getElementById(x).style.visibility = 'hidden';
}

onclick="nascondi(this.id);"