function sendpage()
{
mail_str = 'mailto:?subject= Page intéressante: ' + document.title;
mail_str += '&body=Veuillez regarder la page ' + document.title;
mail_str += '. Voilà l\'adresse: ' + location.href;
location.href = mail_str;
}

