// JavaScript Documentfunction survol(id, statut) {	document.images[id].src = "image/btn/" + id + statut + ".png";	}	
