function fse(domain, user)
  {

    location.href = "mailto:" + user + "@" + domain;

  }