function close_unique_werbelayer(){ document.getElementById('werbelayer-1').style.display = "none"; } function unique_fensterhoehe () { if (window.innerHeight) { return window.innerHeight; } else if (document.body && document.body.offsetHeight) { return document.body.offsetHeight; } else { return 0; } } function unique_fensterbreite () { if (window.innerWidth) { return window.innerWidth; } else if (document.body && document.body.offsetWidth) { return document.body.offsetWidth; } else { return 0; } } var window_height = unique_fensterhoehe(); var window_width = unique_fensterbreite(); var flyer_left = window_width - 620; flyer_left /= 2; iframe_width = window_width - 150; var iframe_height = 0; document.write("
"); document.write("
"); document.write("[x] schließen  "); document.write("
"); document.write("
"); document.write("[o]"); document.write("
"); document.write('
'); document.write(''); document.write("
"); document.write("
");