// 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();
  }

  function wbtGif(DID, B, H) {
    if (B > screen.availWidth)
      B = screen.availWidth
    if (H > screen.availHeight - 30)
      H = screen.availHeight - 30
    PopupDetails =
      window.open("/de/wbt/gif89a.aspx?id=" + DID, "Popup", "width=" + B + ",height=" + H + ",scrollbars,resizable=yes");
    PopupDetails.focus();
  }

  function wbtTv(SID, B, H) {
    if (B > screen.availWidth)
      B = screen.availWidth
    PopupSprecher =
      window.open("/de/wbt/tv.aspx?id=" + SID, "PopupWBT", "width=" + B + ",height=" + H + ",scrollbars,resizable=yes");
    PopupSprecher.focus();
  }

