﻿// enveloppe formations
function mailImage(lien){
  mail_str = "mailto:?subject=Picture Texxas café";
  mail_str += "&body=This picture " + lien + " as been sent to you by a friend."; 
  location.href = mail_str;
}