// automatisiertes popup
function popup(target) {
  var foo = window.open(target, 'Popup', 'width=400,height=250,top=20,left=20,scrollbars=yes,resizable=yes');
  return false;
}