function affiche(a,b,c,d)
{

var gd_photo=new String();
gd_photo='<p class="titre_photo">'+b+'</p><img src="images/photo'+a+'.jpg" title="'+b+'" width="'+c+'" height="'+d+'">';
document.getElementById('photo').innerHTML=gd_photo;



}
