

function openWin(lnk)
{
	window.open(lnk,'','width=800,height=600,top=0,left=0,menubars=no,scrollbars=yes,resizable=yes,status=no,toolbar=no');
    return false;
}

function selLang(lang)
{
	window.frames['jazyk_nastav'].document.location = './jazyk_nastav.php?jazyk='+lang;
}

var hAukceSeznam = null;
function eauction_list()
{
	if (hAukceSeznam && hAukceSeznam.closed)
		hAukceSeznam = null;
	
	if (!hAukceSeznam)
	{
		hAukceSeznam = window.open('aukce_seznam.php','','width=630,height=320,scrollbars=yes');
	}
	else
	{
		hAukceSeznam.document.location = 'aukce_seznam.php';
		hAukceSeznam.focus();
	}
}

function eauction_list2()
{
	if (hAukceSeznam && hAukceSeznam.closed)
		hAukceSeznam = null;
	
	if (!hAukceSeznam)
	{
		hAukceSeznam = window.open('aukce_seznam2.php','','width=950,height=700,scrollbars=yes');
	}
	else
	{
		hAukceSeznam.document.location = 'aukce_seznam2.php';
		hAukceSeznam.focus();
	}
}
