function nieuwVenster(url) { 
  window.open(url, "nieuw", "width=850, height=600, top=100, left=100, scrollbars=yes, resizable=yes");
}


