var imgObjets3a = new Image(252,144);
var imgObjets3b = new Image(252,144);
var imgObjets3c = new Image(252,144);

imgObjets3a.src = "Objets3a.jpg"
imgObjets3b.src = "Objets3b.jpg"
imgObjets3c.src = "Objets3c.jpg"

function show(imgPainting){
  //copy the value to the display image
  document.imgObjets.src = imgPainting.src;
} 