function comment(id) { var page = "comment.php?comment_id=" + id + "&comment_popup=true"; popwin = window.open(page,"","width=450,height=500,scrollbars") popwin.focus(); } document.open(); document.write("[ 2053 comments ]"); document.close();