function mailpage()
{
mail_str = "mailto:?subject=Regarde cette page " + document.title;
location.href = mail_str;
}
