function OtworzObrazek(src, tytul, szer, wys) 
{

Nowe = window.open(src,tytul,'width='+szer+',height='+wys+',toolbar=no,location=no,status=no,scrollbars=no,resizable=no,top=0, left=0, topmargin=0 leftmargin=0');

Nowe.document.write('<HTML><HEAD><TITLE>'+tytul+'</TITLE></HEAD><BODY topmargin=0 leftmargin=0 marginwidth=0 marginheight=0><img onLoad="window.resizeTo( obrazek.width+10, obrazek.height+29 );window.focus();"  name="obrazek" src="'+src+'" OnClick="window.close()" style="cursor: hand;" alt="'+tytul+'"></BODY></HTML>');

}


function openWindow(src, tytul, szer, wys) 
{

Nowe = window.open(src,tytul,'width='+szer+',height='+wys+',toolbar=no,location=no,status=no,scrollbars=no,resizable=no,top=0, left=0, topmargin=0 leftmargin=0');

Nowe.document.write('<HTML><HEAD><TITLE>'+tytul+'</TITLE></HEAD><BODY topmargin=0 leftmargin=0 marginwidth=0 marginheight=0><img onLoad="window.resizeTo( obrazek.width+10, obrazek.height+29 ); window.focus();"  name="obrazek" src="'+src+'" OnClick="window.close()" style="cursor: hand;" alt="'+tytul+'"></BODY></HTML>');

}

