 function pokaz(id)
 {
  document.getElementById(id).style.display = "inline";
 }