function Impressum()
{
  var Modified = new Date(document.lastModified);
  document.write("Letzte &Auml;nderung \/ Last updated: " +
  Modified.toLocaleString() + " von\/by ");
  document.write("<a href=\"mailto:pmpgp.webmaster");
  document.write("&#64;pmpgp.de\">pmpgp-webmaster</a> ");
  document.write("(<a href=\"http://pgpkeys.pca.dfn.de/pks/lookup?search=0xFC55A062C45D831B&op=get\">PGP key</a>)");
};

function Report(Text)
{
  document.write("<a href=\"mailto:idw.doc");
  document.write("&#64;t-online.de?subject=PM-PGP\">" + Text + "</a>");
};
