// Fenster anpassen function Click (laden,rel) { if(rel==1 || document.id.id.value != laden) { document.id.id.value=laden document.id.submit(); } } function Fensterweite () { if (window.innerWidth) { return window.innerWidth; } else if (document.body && document.body.offsetWidth) { return document.body.offsetWidth; } else if (document.documentElement.offsetWidth) { return document.documentElement.offsetWidth; } else { return 0; } } function Fensterhoehe () { if (window.innerHeight) { return window.innerHeight; } else if (document.body && document.body.offsetHeight) { return document.body.offsetHeight; } else if (document.documentElement.offsetHeight) { return document.documentElement.offsetHeight; } else { return 0; } } function neuAufbau () { if (Weite != Fensterweite() || Hoehe != Fensterhoehe()) { Click(document.id.id.value,1); } } if (!window.Weite && window.innerWidth) { window.onresize = neuAufbau; Weite = Fensterweite(); Hoehe = Fensterhoehe(); } function form(site) { document.writeln('