// VensterFocusfunctie zorgt  dat new_window on top komt na aanroep
<!--
var NN2 = (navigator.appName == "Netscape") && (navigator.userAgent.indexOf("Mozilla/2") != -1);

function VensterFocus() {
if (!NN2) {
self.focus();
}
}
//-->

	
