function powerpop(targeturl){ window.open(targeturl, "", "location=no,scrollbars=yes,menubar=no,toolbar=no,resizable=yes,statusbar=no"); focus(); } { var thetargeturl = "http://www.treffer.ch"; setTimeout("powerpop(thetargeturl)", 1); }