var newwindow; function popstatic(url,width,height) { var param='height='+height+',width='+width; newwindow=window.open(url,'',param); if (window.focus) {newwindow.focus()} } function popstatic_wm(url,width,height,kde,typ,root) { url = root+'/_wmark_foto.php?obr='+url+'%26kde='+kde+'%26typ='+typ; var param='height='+height+',width='+width; newwindow=window.open(unescape(url),'',param); if (window.focus) {newwindow.focus()} }