function showDetails (id, statement, showParent) {
  $("#details"+id).fadeIn("fast");
  $('#details'+id).load('?action=details&statement=' + statement + (showParent ? '&showparent=yes' : ''));
}
