function SendUrl() {
var u = window.location;
var m = "TechniData%20Site%20Empfehlung";
var t = escape(document.title);
window.location = "mailto:?subject="+m+"&body=Folgende%20Informationen%20sind%20vielleicht%20von%20Interesse:%0A%0A"+t+"%0A"+u+"%0A%0A%0A(Hinweis:%20Diese%20E-Mail%20wurde%20vom%20Absender%20mit%20Hilfe%20der%20'Seite%20senden'%20Funktion%20auf%20www.technidata.de%20erstellt.)";
}
