

function toggleComments(id) {
  jQuery(id).slideToggle("slow");
  return false;
}