// JavaScript Documentfunction 
function diapo(nom){
window.document.getElementById('photo').src="images/diaporama/"+nom+".jpg";
}

