<!--
function showCommentsForm() {
   document.getElementById('add_comments').style.display='inline';
   document.getElementById('add_comments_link').style.display='none';
}
//-->