$("html").addClass("js");
$(function() {

  $("#entry1").expandAll({
          expTxt : "Compare additional choices", 
          cllpsTxt : "Collapse this list",
          ref : "div.collapse", 
          localLinks: 'p.top a' // the element which contains the link to the top of the entry    
  });
  $("#entry2").expandAll({
          expTxt : "Compare additional choices", 
          cllpsTxt : "Collapse this list",
          ref : "div.collapse", 
         localLinks: 'p.top a' // the element which contains the link to the top of the entry    
              
  }); 
  $("#entry3").expandAll({
          expTxt : "Compare additional choices", 
          cllpsTxt : "Collapse this list",
          ref : "div.collapse", 
         localLinks: 'p.top a' // the element which contains the link to the top of the entry    
              
  }); 
  $("#entry4").expandAll({
          expTxt : "Compare additional choices", 
          cllpsTxt : "Collapse this list",
          ref : "div.collapse", 
         localLinks: 'p.top a' // the element which contains the link to the top of the entry    
              
  }); 
  $("#slblock1").expandAll({
          expTxt : "Weitere Angebote anzeigen", 
          cllpsTxt : "Angebote ausblenden",
          ref : "div.collapse", 
          localLinks: 'p.top a' // the element which contains the link to the top of the entry    
  });
  $("#slblock2").expandAll({
          expTxt : "Weitere Angebote anzeigen", 
          cllpsTxt : "Angebote ausblenden",
          ref : "div.collapse", 
         localLinks: 'p.top a' // the element which contains the link to the top of the entry    
              
  }); 
  $("#slblock3").expandAll({
          expTxt : "Weitere Angebote anzeigen", 
          cllpsTxt : "Angebote ausblenden",
          ref : "div.collapse", 
         localLinks: 'p.top a' // the element which contains the link to the top of the entry    
              
  }); 
  $("#slblock4").expandAll({
          expTxt : "Weitere Angebote anzeigen", 
          cllpsTxt : "Angebote ausblenden",
          ref : "div.collapse", 
         localLinks: 'p.top a' // the element which contains the link to the top of the entry    
              
  }); 

  $("html").removeClass("js");    
});


