 if(!window.Weite && document.body && document.body.offsetWidth)

  {
   window.onresize = neuAufbau;
   Weite = Fensterweite();
   Hoehe = Fensterhoehe();
   
   //window.status = "Fenstregröße ist "+Weite+" x "+Hoehe;
   window.status = "GL Consult GmbH";
  }
  function openVorschau(url)
  {
  Weite = document.body.clientWidth;
  Hoehe = document.body.offsetHeight - 59 ;
  url = url+"&breite="+Weite+"&hoehe="+Hoehe;
  location.href=url;
  }