function mailto(nm,dm) 
{
   var mailurl = "mailto:" + nm + "@" + dm;
   window.location = mailurl;
}