window.onload = function(){ document.getElementById('bottom').style.display = (window.screen.height > 200) ? 'block' : 'none'; };