function duzefoto (url, width, height)
			{
			window.open(url, 'Powiekszenie', 'toolbar=no,menubar=no,scrollbars=no,resizable=no,width=' + width + ',height=' + height + ',left=5,top=5');
			}
function galeria (url, width, height)
			{
			window.open(url, '', 'toolbar=no,menubar=no,scrollbars=no,resizable=yes,width=' + width + ',height=' + height + ',left=5,top=5');
			}
