jQuery.fn.expandSingleSection=function(){var a=0;target=$(this);expanded_sections=$("div.expanded-section");if(expanded_sections.length>0){this_element=$(expanded_sections[0]);if(this_element.attr("id")==target.attr("id")){a=1}this_element.removeClass("expanded-section").siblings("div.more-info").slideUp()}if(a===0){target.addClass("expanded-section").siblings("div.more-info").slideToggle()}return false};