function convertaddress(sEmail) {
  window.location = "mailto:" + sEmail.replace("[at]", "@");
}