function openFunction(){ document.getElementById("menu").style.width="280px"; document.getElementById("hamburger").style.marginright="280px"; } function closeFunction(){ document.getElementById("menu").style.width="0px"; document.getElementById("hamburger").style.marginright="0px"; }