// --  hide Emailadresse  --

function emladr(prefix,domain) {
  document.write('<a href=\"mailto:' + prefix + '@' + domain + '\">');
  document.write(prefix + '@' + domain + '</a>');
}
function emladrtxt(prefix,domain,txt) {
  document.write('<a href=\"mailto:' + prefix + '@' + domain + '\">');
  document.write(txt + '</a>');
}

