function goster(ilknur) {
if (ilknur.style.display=='none') { ilknur.style.display='';}
else { ilknur.style.display='none'; }
}