function windowPopup(url,ow,oh,opcje)
{
if (opcje!='') opcje=','+opcje;
window.open(url,'Informacja','width='+ow+',height='+oh+',left='+(screen.width-ow)/2+',top='+(screen.height-oh)/2+opcje);
}



function windowPopupRealizacje(url)
{
ow=600;
oh=400;
rl=Math.floor(Math.random()*1000);
window.open(url,'Informacja'+rl,'width='+ow+',height='+oh+',left='+(screen.width-ow)/2+',top='+(screen.height-oh)/2+',status=no,resizable=no,scrollbars=yes');
}


function windowPopupKoncesje(url)
{
ow=425;
oh=500;
rl=Math.floor(Math.random()*1000);
window.open(url,'Informacja'+rl,'width='+ow+',height='+oh+',left='+(screen.width-ow)/2+',top='+(screen.height-oh)/2+',status=no,resizable=no,scrollbars=yes');
}

