$(document).ready(function() {
  $("#checkIndisp").click(function() {
    $("tr.indisp").toggle();
  });
});
