function popup (url) {
  window.open (url, 'Inloggen', 'width=750, height=550, resizable=yes, location=no, menubar=no, status=no');
}