function openPopUp(url) {
	newwindow=window.open(url, "PDFInformatie", "location=1, directories=0, status=0, resizable=1, menubar=0, toolbar=0, scrollbars=1, width=640,height=480");
	if (window.focus) {newwindow.focus()}
	return false;
}
