function toggleAttachments(article_id) {
  $('attachment_list_' + article_id).toggle();
  
  return false;
}