
function switchPhoto(image, alt) {
	document.getElementById('photo_grande').src = image;
	document.getElementById('photo_grande').alt = alt;
	document.getElementById('photo_grande').title = alt;
}
