function openNav() { document.getElementById("sidenav").style.width = "300px"; } /* Set the width of the side navigation to 0 */ function closeNav() { document.getElementById("sidenav").style.width = "0%"; }