function setFooterHeight() {
  box = document.body.clientHeight-653;
  document.getElementById("footer").style.height = box + "px";
 };

