/**
 * Wyświetla diva (tabelke itp)
 */
function showDiv(div){
	document.getElementById(div).style.display = 'block';
}