function mapka (foto) {
	nowin=window.open("","see","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,fullscreen=no,channelmode=no,width=400,height=300,top=150,left=318");
	nowin.document.open(); 
	nowin.document.write("<HTML><head><meta name=robots content=\"noindex, nofollow\"><title>Dom Wczasowy \"Paryżanka\" [ Poronin - Stasikówka 1d ]</title><link rel=\"stylesheet\" href=\"pliki/style.css\" type=\"text/css\"></head><body topMargin=\"0\" rightMargin=\"0\" leftMargin=\"0\" bottomMargin=\"0\" marginheight=\"0\" marginwidth=\"0\"><table border=1 cellspacing=\"0\" cellpadding=\"0\" width=\"100%\" height=\"100%\"><tr><td width=\"100%\" height=\"100%\" align=\"center\" valign=\"middle\" bgcolor=\"#F3F1E0\"><img src=\"foto/"+foto+"\"></td></tr></table></body></HTML>")
	nowin.document.close();
	nowin.focus();
}

function op(arg) {
		nw=window.open("galeria_window.php?img=" + arg + "", "gal", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,fullscreen=no,channelmode=no,width=300,height=200,top=60,left=80");
		nw.focus();
}
