function commentsShowAll(c,b){var d=document.getElementById("comments");c=document.getElementById("all_comments");if(b||xcmsHasClassName(d,"hide")){xcmsRemoveClassName(d,"hide");c.innerText="Verberg reacties"}else{xcmsAddClassName(d,"hide");c.innerText="Toon reacties";commentsComment(null,1)}return false}function commentsComment(b,c){var d=document.getElementById("comments");if(c||xcmsHasClassName(d,"showform")){xcmsRemoveClassName(d,"showform");c=1}else{xcmsAddClassName(d,"showform")}if(!c){commentsShowAll(null,1);location.hash="comments_form";document.getElementById("xcms_comment_name").focus()}return false}AddToInitArray(function(){if(location.hash=="#comments"){commentsShowAll(null,1)}});
