function mail(str){
  window.location.href="mailto:" + str + "@" + "gmail.com";
}