window.onresize = Hoehe;

function Hoehe() {
  wHeight = (navigator.appName!="Microsoft Internet Explorer")?window.innerHeight:document.body.offsetHeight;
  document.getElementById("box_content").style.height = wHeight-188;
}
