    
    //setup the accordion effect
    
    $(function(){

            // Accordion
            $("#accordion").accordion({ header: "h2", autoHeight: false, active: false, collapsible: true  });		
        
    });
