function openLeftMenu() { //console.log(window.screen.width); document.getElementById("LeftMenu").style.width = "100%"; } function closeLeftMenu() { document.getElementById("LeftMenu").style.width = "0"; }