<1script>var prevScrollpos = window.pageYOffset;window.onscroll = function() {var currentScrollPos = window.pageYOffset;if (prevScrollpos > currentScrollPos) {document.getElementById(«hide-footer»).style.bottom = «0px»;} else {document.getElementById(«hide-footer»).style.bottom = «-62px»;}prevScrollpos = currentScrollPos;}</script1>