function ConverterPopup(doel) {
   window.open(doel, 'myWindow','status = 1, height = 420, width = 900, resizable = 1, scrollbars = yes' )
}
