function nieuwvenster(url)
 {
 window.open(url,"groot","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, copyhistory=no, width=400, height=400");
 }