function Zdjecie(adres,width,height) {
	window.open(adres, 'zdjecie', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,fullscreen=no,channelmode=no,width='+width+',height='+height+',left='+(screen.width-width)/2+',top='+(screen.height-height)/2);
}