function sendMail(n2,d2,e2,s2,b2){var r2 = 'mailto:' + n2 + '@' + d2 + '.' + e2 + '?subject=' + s2 +'&body=' + b2;document.location.href = r2;}