document.getElementById("go-down").onclick = function() { var elmntToView = document.getElementById("row"); elmntToView.scrollIntoView(); }; document.getElementById("centosdead").onclick = function() { location.href = "./centos-death.html"; };