function sendpage()
	{
	mail_str = "mailto:?subject=" + document.title;
	mail_str += "&body=Diese Informationen habe ich bei www.ONKOSUITE.de gesehen! " + document.title;
	mail_str += ". Hier ist die Adresse: " + location.href; 
	location.href = mail_str;
	}

