function close_window(id){ document.getElementById(id).style.dysplay = 'none'; }
<span onclick="close_window('Layer1')">Enter</span>