function print_mail_to_link(linktext,lhs,rhs) 
{
   
   document.write("<a href=mailto:" + lhs + "@" +rhs + ">"+linktext+"</a>")
   
}


