function zoomer(img) {

    window.open (img , "Garage de l'ouest", "height=480 ,width=640, screenX=300, screenY=300");
}
