function comment(id) { var page = "/ee-comment/comment.php?comment_id=" + id + "&comment_popup=true"; popwin = window.open(page,"","width=365,height=480,scrollbars,resizable=0,top=50, left=10") popwin.focus(); } document.open(); document.write("[ 0 comments ]"); document.close();