function makeMail(a, b, c) {
  window.location.href='mailto:'+a+'@'+b+'.'+c;
}

