<!--
function otworz(a,w,h)
{
window.open(a,"","toolbar=0,scrollbars=1,status=0,width="+w+",height="+h);
}
 
//-->
