function mk(n,i){ function c(j,d){document.getElementById('mark'+j).style.display=d} for(i=67;i--;)c(i+1,'none'); c(n,''); }