function big(src,title,w,h,res,scrb)
		{
		foto=window.open("","","top=40, left=60, toolbar=no, menubar=no, location=no, directories=no, status=no, scrollbars="+scrb+" resizable="+res+", width="+w+", height="+h);
	foto.document.write("<html><head><title>"+title+"</title></head><body leftmargin=\"0\" topmargin=\"0\" rightmargin=\"0\" bottommargin=\"0\" marginwidth=\"0\" marginheight=\"0\"><table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" height=\"100%\"><tr><td align=\"center\"><a href=\"javascript:self.close();\"><img src=\""+src+"\" alt=\"Zamknij okno\" border=\"0\"></a></td></tr></table></body></html>")
		}