function SendUrl() {
var u = window.location;
var m = "TechniData%20Site%20Recommendation";
var t = escape(document.title);
window.location = "mailto:?subject="+m+"&body=You%20might%20be%20interested%20in%20the%20following%20information:%0A%0A"+t+"%0A"+u+"%0A%0A%0A(Note:%20This%20mail%20has%20been%20generated%20with%20the%20'send page'%20function%20on%20www.technidata.com)";
}
