function sendpage() {
 mail_str = "mailto:?subject=Interessante Webseite";
 
 //mail_str += "&body=Hier mal eine Webseite, die Du Dir ansehen solltest!<br><br>" + location.href;
 
 //mail_str +="<br><br>Viele Grüße!"; 
 
 mail_str += "&body=Interessante Webseite: www.fruenke.de/fdp - kann ich nur empfehlen!";
 
 location.href = mail_str;
}