function groot(url){
	grootWindow = window.open(url,'afbeelding','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=500,height=500,copyhistory=0,left=0,top=0,screenX=0,screenY=0');
	if (grootWindow != null) grootWindow.focus();
}
function venster(url){
	svWindow = window.open(url,'statenvertaling','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=800,height=600,copyhistory=0,left=0,top=0,screenX=0,screenY=0');
	if (svWindow != null) svWindow.focus();
}
function zet(str){document.write(str)}