function comment(id)
{
var page = "/kommentar/2006_09/kommentar.php?comment_id=" + id + "&comment_popup=true";
popwin = window.open(page,"","width=460,height=500,scrollbars,resizable")
popwin.focus();
}
document.open();
document.write("[ keine Kommentare ]");
document.close();