function mapa_google()
{
	window.open("mapa_google.html", "MapaGoogle",
							"resizable=no, scrollbars=no, status=no, location=no, width=500, height=400");
	
}

function drukuj(s,i)
{
	window.open("druk.php?s="+s+"&i="+i, "drukuj",
							"resizable=no, scrollbars=no, status=no, location=no, width=500, height=300");
}

