// Fonction appelant le script chargé d'ouvrir une fenêtre et d'afficher l'image à sa taille réelle
 function image_reelle(CheminImage)
     {
     window.open( "./plugins/images_reelles/imgreelles_affiche.php?chemin="+CheminImage, "", "resizable=1,height=1,width=1,toolbar=0,status=0,location=0,scrollbars=0");
     }
