
var NN2 = (navigator.appName == "Netscape") && (navigator.userAgent.indexOf("Mozilla/2") != -1);

function VensterFocus() {
if (!NN2) {
self.focus();
}
}

                  function SluitVenster() {
                  setTimeout("Verwijder()",90000);
                  }

                  function Verwijder() {
                  close();
                  }

