

function luister( url ) {
	  popup = window.open( url, "help", "width=400, height=240, top=100, left=100, toolbar=0, resizable=1, scrollbars=0, status=0.menubar=0, location=0, directories=0");
	  popup.focus();
	}
