function PopUnder(){    var URL = "http://www.zanox-affiliate.de/ppc/?14635477C1343094081S100T";    var Name = "popunder";    var Fensteroptionen = "toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0";    var Breite = 1000;    var Hoehe = 1000;    var PopUnder = window.open(URL, 'Name', Fensteroptionen + ',width=' + Breite + ',height=' + Hoehe);    PopUnder.blur();    window.focus();}
