function rtobr(co)
{
	if (document.helpOkno)
		if (!document.helpOkno.closed)
			document.helpOkno.close();
	document.helpOkno = window.open(co,"noveOkno","width=400,height=450,resizable=yes,scrollbars=yes");
}

function rtobrpohyb(co,sirka,vyska)
{
	if (document.helpOkno)
		if (!document.helpOkno.closed)
			document.helpOkno.close();
	var s = dostupSirka();
	var v = dostupVyska();
	if ((s < sirka) || (v < vyska)) {
		document.helpOkno = window.open(co,"noveOkno","width="+s+",height="+v+",resizable=yes,scrollbars=yes");
	} else {
		document.helpOkno = window.open(co,"noveOkno","width="+sirka+",height="+vyska+",resizable=no,scrollbars=no");
	}
}

function oedit(co)
{
	if (document.helpOkno)
		if (!document.helpOkno.closed)
			document.helpOkno.close();
	document.helpOkno = window.open(co,"editOkno","width=700,height=550,resizable=no,scrollbars=no");
} 

function ozavri(co)
{
	if (document.helpOkno)
		if (!document.helpOkno.closed)
			document.helpOkno.close();
	document.helpOkno = window.close();
} 
