function powieksz(src,opis,kolor){
	var url = "fotki.php?image="+src+"&opis="+opis+"&kolor="+kolor;
	open(url,"","width=1,height=1");
}