<!--

nowe = null;

function noweokno(url,width,height)
{
    nowe = window.open(url,'popup','width='+width+',height='+height+",scrollbars=yes,resizable=yes");
    nowe.focus();
}

function pytanie(quest, dst)
{
    if (window.confirm(quest))
	document.location.href=dst;
}

//-->
