function afficher_photo(file,titre)
{
	var fenetre;
	var photoUrl = "afficher_photo.htm?nom="+file+"&titre="+titre;
	var params = "width=300,height=150,resizable,status=no";
	fenetre=window.open(photoUrl,"",params);
}