function photoChange(photoname) {
	document.getElementById('mainPhoto').setAttribute('src',photoname);
}
