function pokaz(nazwa)
{
	document.getElementById(nazwa).style.display='';
}