function showStaffContacts() { var staffContacts = document.getElementById("staff-contacts"); staffContacts.style.display = "block"; }