// für den Aufruf von Werbeformen/Beispielen

function bsp(file,B,H,sc)
  {
      PopupBsp = 
      window.open("/archiv/wrs/internet/"+file, "Popup", "width="+B+",height="+H+",scrollbars="+sc+",menubar=yes,resizable=no");
      PopupBsp.focus();
  }
