function powieksz(big_image){
	document.getElementById('big_image').innerHTML = "<img src=galeria/"+big_image+".jpg border=0>";
}

