function mapa() {
	window.open('mapa.html','','width=570,height=401,left=20,top=20');
}
function zdjecie(src) {
	window.open("zdjecie.php?p="+src,'','width=700, height=525, top=10, left=10, resizable=yes, scrollbars=no, toolbars=no, status=yes');
}
