function ImgOpen(url) {
	win = window.open(url, '', 'location=no toolbars=no width=400 height=400 left=100 top=100 resizable=no');
	win.document.open();
	win.document.write('<head><title>Woda ¯ycia - galeria zdjêæ</title><style>body { margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;</style>');
	win.document.write('<script language="javascript"> function autosize() { img=document.obrazek; window.resizeTo(img.width + 10, img.height + 29); }</script></head>');
	win.document.write('<body onload="autosize()"><img name="obrazek" onclick="window.close()" border="0" src="' + url + '"></body>');
	win.document.close();
}
function ImgOpen2(url) {
	win = window.open(url, '', 'location=no toolbars=no width=400 height=400 left=100 top=100 resizable=yes');
	win.document.open();
	win.document.write('<head><title>Woda ¯ycia - galeria zdjêæ</title><style>body { margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;</style>');
	win.document.write('<script language="javascript"> function autosize() { img=document.obrazek; window.resizeTo(img.width + 10, img.height + 29); }</script></head>');
	win.document.write('<body onload="autosize()"><img name="obrazek" onclick="window.close()" border="0" src="' + url + '"></body>');
	win.document.close();
}
function okno(url,wys,szer){
	win = window.open(url, '', 'location=no toolbars=no width='+wys+' height='+szer+' left=100 top=100 resizable=yes');
	
}
