function sendEmail(to){ 
var eml=to +"@jpy.com"; 
window.location.href="mailto:"+eml; 
} 
