function subMenu()
{
	var co=subMenu.arguments[0];	
	document.getElementById("sm").value=co;
	document.getElementById("sm2").value="";
	document.form.submit();	
}

function subMenu2()
{
	var co=subMenu2.arguments[0];	
	document.getElementById("sm2").value=co;
	document.form.submit();	
}

function OznamExit()
{
	document.getElementById('oznExit').value=1;
	document.form.submit();
}

function popisZobraz()
{
	id=popisZobraz.arguments[0];
	document.getElementById(('id'+id)).style.display='none';
	document.getElementById(('idd'+id)).style.display='block';	
	//location.href=('#k'+id);
}

function popisSpat()
{
	id=popisSpat.arguments[0];
	document.getElementById(('id'+id)).style.display='block';
	document.getElementById(('idd'+id)).style.display='none';		
}
