// JavaScript Document
function mailnobot(nm,dm){
   mailurl = "mailto:" + nm + "@" + dm;
   window.location = mailurl;
}