// JavaScript Document

function AffichePhoto(cible)
    {
    document.getElementById('visu').innerHTML = "<img src='"+cible+"'>"
    }
