// script afsluiting extra tabel met titelbalk in situatie zonder frames
// Laatste wijziging: 18 mei 2003

// Internet Explorer 3 ondersteunt externe scripts niet of niet goed

if (!IE3 && !NN2 && !NN3 && !OP4min) {

var afsluitentabel = "<\/TD>";
afsluitentabel += "<\/TR>";
afsluitentabel += "<\/TABLE>";

document.write(afsluitentabel);

}
