buttons.js 118 Bytes Raw Blame History Permalink 1 2 3 4 5 function buttonsHide () { var buttons = document.getElementById ("BUTTONS"); buttons.style.visibility = 'hidden'; }