function makeElementInvisible (){ document.getElementById('myId').style.display = 'none'; } window.onload = makeElementInvisible();