function change(nom,targetimg){
document.getElementById(nom).src=targetimg;
}