function setVisibility(id, visibility) {document.getElementById(id).style.display = visibility;}