//Javascript file

function changerImage(ident, source){
	document.getElementById(ident).src = source;
}