function sendpage()
{
mail_str = "mailto:?subject=Seite empfehlen - " + "Drei Gleichen Consult";
mail_str += "&body=Seitentitel: " + document.title;
mail_str += ". Internetadresse: " + location.href;
location.href = mail_str;
}