function pubFlashCont(url, width, height) { document.write(' '); } var idwin_file=null; function showImageFile(id,width,height,type,id_owner) { if(!(idwin_file!=null && !idwin_file.closed)) { //idwin_file.resizeTo(width,height+50); //idwin.moveTo(left,top); var top, left; left=(screen.width-width)/2; top=(screen.height-height)/2; idwin_file=window.self.open("popimage.php?id="+id+"&type="+type+"&id_owner="+id_owner,null, 'width='+width+',height='+height+',left='+left+',top='+top+',toolbar=no,resizable=yes,scrollbars=no,status=no'); } else { idwin_file=window.self.open("popimage.php?id="+id+"&type="+type+"&id_owner="+id_owner,null, 'toolbar=no,resizable=yes,scrollbars=no,status=no'); } idwin_file.focus(); }