 function NieuwVenster(URL)
{
 window.open(URL,"voorbeeld", "directories=no, toolbar=no, location=no, status=no, menubar=no, resizable=yes, scrollbars=yes, width=1000, height=1000,top=5,left=10");
}
