function WriteMail(link) {
  link = link + "@";
  link = link + "pw-hmp.pl";
  document.write("<a href='mailto:" + link + "'>" + link + "</a>");
}

