function KopTekst(Bestand, Tekst) {
  if (parent.location != self.location) {
    top.frames[1].document.images[0].src = Bestand;
  } else {
    document.writeln ("<H1>" + Tekst + "</H1>");
  }
}

function PaginaEinde(Locatie) {
  document.write ("<P><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>");
  document.write ("<TR><TD WIDTH=50%>");
  /* if (parent.location == self.location) {
    document.write ("<CENTER><A HREF='" + Locatie + "index.htm'>Home</A></CENTER>");
  } else {
    document.write ("<CENTER><A HREF='" + Locatie + "nieuws.htm'>Home</A></CENTER>");
  } */
  document.write ("</TD><TD WIDTH=50%><DIV CLASS=voetnoot>" + document.lastModified + "</DIV></TD></TR></TABLE></P>");
}

