<!-- hide this script from non-javascript-enabled browsers
var time = 0; // time in secs
function remind() {
this.focus();
var real = time * 1000;
setTimeout("remind()",real);
} 
function NeuFensterdessert()
   {
    MeinFensterlove =
    window.open("impressum.htm", "Zweitfenster", "width=230,height=220,top=120,left=0");
    MeinFensterlove.focus();
   }
// stop hiding -->

