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