<!--

function openpopup(popurl){
var newwindow=window.open(popurl,"nieuws","width=480,height=450,left=200,top=200,scrollbars,resizable");

	if (window.focus) {newwindow.focus()}

	
}

//-->
