function Mail(box, text){
 domain="automationanywhere.com";
 document.write("<a href=\"mailto:"+box+"@"+domain+"\">"+text+ "</a>"); }