function pod(elem)
{
  elem.style.textDecoration='underline';
}
function ne_pod(elem)
{
  elem.style.textDecoration='none';
}
function ShowText(id) {
		document.getElementById(id).style.display = 'block';
	}
	function HideText(id) {
		document.getElementById(id).style.display = 'none';
	}
	
function zmen()
{
  document.getElementById('vlozit_p').style.display = 'none';
  document.getElementById('novy_pr').style.display = 'block';
}
