function reveal() {
	
	for (i = 1; i <= 100; i++)
	
	if (document.getElementById('col'+i)) pokaz('col'+i);			
	
	disp = false;
	
}

window.addEvent('domready', reveal);
