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