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

  $("#entry1").expandAll({
          expTxt : "Expand to more choices", 
          cllpsTxt : "Collapse this list",
          ref : "div.collapse", 
          speed : 1500,
          localLinks: 'p.top a' // the element which contains the link to the top of the entry    
  });
  $("#entry2").expandAll({
          expTxt : "Expand to more 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 : "Expand to more 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 : "Expand to more choices", 
          cllpsTxt : "Collapse this list",
          ref : "div.collapse", 
         localLinks: 'p.top a' // the element which contains the link to the top of the entry    
              
  }); 
  $("#entry5").expandAll({
          expTxt : "Expand to more choices", 
          cllpsTxt : "Collapse this list",
          ref : "div.collapse", 
         localLinks: 'p.top a' // the element which contains the link to the top of the entry    
              
  }); 
  $("#entry6").expandAll({
          expTxt : "Expand to more 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 : "Erweitern zu mehr Angboten", 
          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 : "Erweitern zu mehr Angboten", 
          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 : "Erweitern zu mehr Angboten", 
          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 : "Erweitern zu mehr Angboten", 
          cllpsTxt : "Angebote ausblenden",
          ref : "div.collapse", 
         localLinks: 'p.top a' // the element which contains the link to the top of the entry    
              
  }); 
  $("#slblock5").expandAll({
          expTxt : "Erweitern zu mehr Angboten", 
          cllpsTxt : "Angebote ausblenden",
          ref : "div.collapse", 
         localLinks: 'p.top a' // the element which contains the link to the top of the entry    
              
  }); 
  $("#slblock6").expandAll({
          expTxt : "Erweitern zu mehr Angboten", 
          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");    
});


