function Venster(URL) {
venster = window.open(URL, 'P.B. De Vecht.nl: Afdrukvoorbeeld', 'width=800, height=600, resizable=no, menubar=no, scrollbars=yes, status=no, toolbar=no');
}