function sendMail(part1,part2) {
  document.location.href='mailto:'+part1+'@'+part2;
}

