var szer = window.screen.availWidth;
var wys = window.screen.availHeight;
var numer = 0;
function show_photo (number, path) {
	try {
		okno.close();
	} catch (e) {
	}
	
	
	numer = number;
	okno = window.open(path+'photo.html', 'okno', 'width=100px,height=100px,location=no,directories=no,menubar=no,status=no,toolbar=no,scrollbars=no');
	
	
};

function show_photo_okno (number) {
	numer = number;
	okno = window.open('photo.html', 'okno', 'width=100px,height=100px,location=no,directories=no,menubar=no,status=no,toolbar=no,scrollbars=no');
	
};
