function mailpage()
{
mail_str = "mailto:?subject=Super! " + document.title;
mail_str += "&body=Un site web très intéressant... A very interesting website...  " + document.title;
mail_str += ". Voici l'adresse... Here's the URL... " + location.href; 
location.href = mail_str;
}
