 function show(id) {
  document.getElementById(id).style.visibility = "visible";
 }

