	var dl_popup_fx = new Array();

function initDLPopups() {
  return;
  var dl_buttons = $$(".fireDLPopup");

  dl_buttons.each(function(dl_button, i) {
    var newdiv = document.createElement("div");
      var textId = dl_button.getAttribute('lang');

/* Inhalt des Fensterles - textId ist das was im Link unter lang angegeben wurde */ 
      switch(textId){
        case "rt_es":
          newdiv.innerHTML = "<div id='dl_popup_" + i + "' class='DLPopup'><b >Radiotracker Demo</b> (~50 MB)<a href=\"http://mirror.audials.com/radiotracker/download.php?affiliate=" + affiliatecache + "&dlsrc=3\" ><img width=\"94\" height=\"20\" onmouseout=\"this.src='http://tunebite.com/media/imgs/1_download.gif';return false;\" onmouseover=\"this.src='http://tunebite.com/media/imgs/download_mouseover.gif';\" title=\"test Radiotracker!\" alt=\"test Radiotracker!\" src=\"http://tunebite.com/media/imgs/1_download.gif\"/></a><br>Try all features<br>of Radiotracker,<br>and get 25 free MP3s<br><br><b  onmouseout=\"return false;\">AudialsOne Demo</b> (~90 MB) <a  href=\"http://mirror.audials.com/audialscomplete/download.php?affiliate=" + affiliatecache + "&dlsrc=3\"><img width=\"94\" height=\"20\" onmouseout=\"this.src='http://tunebite.com/media/imgs/1_download.gif';return false;\" onmouseover=\"this.src='http://tunebite.com/media/imgs/download_mouseover.gif';\" title=\"test AudialsOne!\" alt=\"test AudialsOne!\" src=\"http://tunebite.com/media/imgs/1_download.gif\"/></a><br>Try all features<br>of Radiotracker and AudialsOne<br>and get 50 free mp3s and videos</div>";
        break;
        case "rt_fr":
          newdiv.innerHTML = "<div id='dl_popup_" + i + "' class='DLPopup'><b >Radiotracker Demo</b> (~50 MB)<a href=\"http://mirror.audials.com/radiotracker/download.php?affiliate=" + affiliatecache + "&dlsrc=3\" ><img width=\"104\" height=\"20\" onmouseout=\"this.src='http://tunebite.com/media/imgs/Download FR.gif';return false;\" onmouseover=\"this.src='http://tunebite.com/media/imgs/Download FR mo.gif';\" title=\"test Radiotracker!\" alt=\"test Radiotracker!\" src=\"http://tunebite.com/media/imgs/Download FR.gif\"/></a><br>Try all features<br>of Radiotracker,<br>and get 25 free MP3s<br><br><b  onmouseout=\"return false;\">AudialsOne Demo</b> (~90 MB) <a  href=\"http://mirror.audials.com/audialscomplete/download.php?affiliate=" + affiliatecache + "&dlsrc=3\"><img width=\"104\" height=\"20\" onmouseout=\"this.src='http://tunebite.com/media/imgs/Download FR.gif';return false;\" onmouseover=\"this.src='http://tunebite.com/media/imgs/Download FR mo.gif';\" title=\"test AudialsOne!\" alt=\"test AudialsOne!\" src=\"http://tunebite.com/media/imgs/Download FR.gif\"/></a><br>Try all features<br>of Radiotracker and AudialsOne<br>and get 50 free mp3s and videos</div>";
        break;
        case "rt_en":
          newdiv.innerHTML = "<div id='dl_popup_" + i + "' class='DLPopup'><b >Radiotracker Demo</b> (~50 MB)<a href=\"http://mirror.audials.com/radiotracker/download.php?affiliate=" + affiliatecache + "&dlsrc=3\" ><img width=\"94\" height=\"20\" onmouseout=\"this.src='http://tunebite.com/media/imgs/1_download.gif';return false;\" onmouseover=\"this.src='http://tunebite.com/media/imgs/download_mouseover.gif';\" title=\"test Radiotracker!\" alt=\"test Radiotracker!\" src=\"http://tunebite.com/media/imgs/1_download.gif\"/></a><br>Try all features<br>of Radiotracker,<br>and get 25 free MP3s<br><br><b  onmouseout=\"return false;\">AudialsOne Demo</b> (~90 MB) <a  href=\"http://mirror.audials.com/audialscomplete/download.php?affiliate=" + affiliatecache + "&dlsrc=3\"><img width=\"94\" height=\"20\" onmouseout=\"this.src='http://tunebite.com/media/imgs/1_download.gif';return false;\" onmouseover=\"this.src='http://tunebite.com/media/imgs/download_mouseover.gif';\" title=\"test AudialsOne!\" alt=\"test AudialsOne!\" src=\"http://tunebite.com/media/imgs/1_download.gif\"/></a><br>Try all features<br>of Radiotracker and AudialsOne<br>and get 50 free mp3s and videos</div>";
        break;
        case "rt_de":
        default:
          newdiv.innerHTML = "<div id='dl_popup_" + i + "' class='DLPopup'><b >Radiotracker Demo</b> (~50 MB)<a href=\"http://mirror.audials.com/radiotracker/download.php?affiliate=" + affiliatecache + "&dlsrc=3\" ><img width=\"94\" height=\"20\" onmouseout=\"this.src='http://tunebite.com/media/imgs/1_download.gif';return false;\" onmouseover=\"this.src='http://tunebite.com/media/imgs/download_mouseover.gif';\" title=\"Radiotracker testen!\" alt=\"Radiotracker testen!\" src=\"http://tunebite.com/media/imgs/1_download.gif\"/></a><br>Alle Features von Radiotracker ausprobieren,<br>25 kostenlose mp3s bekommen<br><br><b  onmouseout=\"return false;\">AudialsOne Demo</b> (~90 MB) <a  href=\"http://mirror.audials.com/audialscomplete/download.php?affiliate=" + affiliatecache + "&dlsrc=3\"><img width=\"94\" height=\"20\" onmouseout=\"this.src='http://tunebite.com/media/imgs/1_download.gif';return false;\" onmouseover=\"this.src='http://tunebite.com/media/imgs/download_mouseover.gif';\" title=\"AudialsOne testen!\" alt=\"AudialsOne testen!\" src=\"http://tunebite.com/media/imgs/1_download.gif\"/></a><br>Alle Features von Radiotracker<br>und AudialsOne ausprobieren,<br>50 kostenlose mp3 und Videos bekommen.</div>";
      }

      newdiv.className="DLPopupHolder";
      dl_button.parentNode.insertBefore(newdiv,dl_button);
      dl_popup_fx[i] = new Fx.Slide("dl_popup_" + i, {wait: false, duration: 300, transition: Fx.Transitions.Sine.easeOut});
      dl_button.addEvent("mouseenter", function(event) { dl_popup_fx[i].slideIn();});
      document.getElementById('dl_popup_' + i).addEvent("mouseleave", function(event) { dl_popup_fx[i].slideOut(); });
      dl_popup_fx[i].hide();
  });
}
