function powieksz(id,tytul) {
    document.getElementById('galeria_fot').src="img_show.php?id="+id;
    document.getElementById('galeria_fot_a').href="img_show_big.php?id="+id;
    document.getElementById('galeria_fot_a').title=tytul;
    
}
