 var on="block";
  var off="none";

  function skryj(ident,stav)
	{
    	stav=off;

  	document.getElementById(ident).style.display=stav;
	}
