function certificaat(url, w, h) {
  var w = window.open(url, "Properties", "scrollbars=0, status=0, resizable=1, left=100, top=100, width="+w+", height="+h);
  w.focus();
}
