  function aper(id)
  {
	document.getElementById("photo_grand").innerHTML = "<img src='images/photo/album/"+id+".JPG' border='0' alt='' />";
  }