function sendpage()
  {
     mail_str = "mailto:?subject=plantkidz-Website:" + document.title;
     mail_str += "&body=Schau dir diesen Website-Tipp einmal an! Er heisst: " + document.title;
     mail_str += ". Hier ist die Adresse: " + location.href;
     location.href = mail_str;
  }