function sizeTbl(h) {
  var tbl = document.getElementById('tbl');
  tbl.style.display = h;
}


