function changePhoto(x,y,z){
	document.getElementById("bigPhoto").src=x;
	document.getElementById("bigPhoto").width=y;
	document.getElementById("bigPhoto").height=z;
	document.getElementById("photo_url").href=x;
}
