window.onresize=neu; function neu(){self.location.reload();}

if(document.all)
    restbild=406;
else
	restbild = window.innerWidth-450;

function Fensterweite()
{
 if (window.innerWidth) return window.innerWidth;
 else if (document.body && document.body.offsetWidth) return document.body.offsetWidth;
 else return 0;
}

function Fensterhoehe()
{
 if (window.innerHeight) return window.innerHeight;
 else if (document.body && document.body.offsetHeight) return document.body.offsetHeight;
 else return 0;
}

/*Überwachung von Netscape initialisieren*/
if(!window.Weite && window.innerWidth)
  {
   weite = Fensterweite();
   hoehe = Fensterhoehe();
  }
