<!--
if (navigator.appName == "Netscape" && parseInt(navigator.appVersion) >= 4) {
	height=innerHeight;
		} else if(navigator.appName == "Microsoft Internet Explorer" && parseInt(navigator.appVersion) >= 4) {
	height=document.body.clientHeight;
}
//document.writeln('<img src="/nederlands/images/pixel.gif" width="1" height="' + (height - 385) + '" border="0">');
document.writeln('<img src="/nederlands/images/pixel.gif" width="1" height="' + (height - 487) + '" border="0">');
//-->