
function getmt (name, domain) {
  document.write (name+"&#64;"+domain);
}

function getf (name, domain) {
  var From = document.URL;
  document.write ("<a href='mailto:"+name+"&#64;"+domain+"?subject=From "+From+"'>"+name+"&#64;"+domain+"</a>");
}

function mlink (name, domain) {
//  document.location = "mailto:"+name+"&#64;"+domain+"?subject=From www.tekomp.ru";
  return false;
}

