function changeImg(what, title){
	document.getElementById("img").src = what;
	document.getElementById("photo_title").innerHTML = title;

}