// self executing function (function() { var x = document.getElementById("nav"); x.style.display = "none"; })();