function winopencz()
{  
window.open("http://www.hovawartan.com/cz/data/rodokmen.php","Rodokmen",'toolbar=0,location=0,scrollbars=1,width=990,height=800,resiable=1,left=250,top=130');
}
function winopenen()
{  
window.open("http://www.hovawartan.com/en/data/rodokmen.php","Rodokmen",'toolbar=0,location=0,scrollbars=1,width=990,height=800,resiable=1,left=250,top=130');
}

function shownews(id)
{
	if (document.all)
	{
		if(document.all[id].style.display == 'none')
		{
			document.all[id].style.display = '';
		}
		else
		{
			document.all[id].style.display = 'none';
     		}
		return false;
	}
	else if (document.getElementById)
	{
     		if(document.getElementById(id).style.display == 'none')
		{
       			document.getElementById(id).style.display = 'block';
     		}
		else
		{
       			document.getElementById(id).style.display = 'none';
     		}
  		return false;
	}
}


