function sendpage()
{
mail_str = "mailto:?subject= Telereise: " + document.title;
mail_str += "&body=Schau dir dieses Reiseportal einmal an! Es heißt: " + document.title;
mail_str += ". Hier ist die Adresse: " + location.href;
location.href = mail_str;
}
