function ukryj($elementik) {
var thfsc = document.getElementById($elementik);

thfsc.innerHTML = "";
thfsc.style.visibility='hidden';


} 

