// This function show the page content if Javascript is enabled. If JS is disabled a message is shown by using in the HTML file. // Credit to Milan van Steenvoort function myFunction() { document.getElementById("div2").style.display = "block"; }