// JavaScript Document

function sendMail(x,y) {
 mail = x + "@" + y;
 location.href = "mailto:"+mail;
 return;
}