jQuery(document).ready(function(){
  jQuery(".popup").each(function(){
    new Popup(this.id, this.id + "_link", {duration: 0.1});
  });
});
