// JavaScript Document
function changeImg(img) {
	//window.alert(img);
	document.getElementById("photo").innerHTML="<img src='images/photos/" + img + "' alt='Biscofstein gallery'/>";
}