function sendmail(dest, domain, title) {
  location.href = "mailto:" + dest + "@" + domain + "?subject=" + title;
  return false;
}
