function schovej(id) {	
	document.getElementById(id).style.visibility='hidden';
}

function zobraz(id) {
	document.getElementById(id).style.visibility='visible';
}
