function zdjecie(url) {
	var newwindow = window.open(url, 'Zdjecie', 'resizable=no,scrollbars=no,height=620,width=820', false);
	newwindow.focus();
}