// gehört zum HTML Editor
function fPopup(u, n, o)
{
  w = window.open(u, n, o);
  w.focus();
}
