// JavaScript Document
function showCenik(element)
{
  document.getElementById(element).style.visibility='visible';
}