if($(ul).is(":visible")) {
        ul.hide();
        ul.prev().children("span.toggle").css("background-position", "-90px -98px");
        ul.prev().children("span.toggle").attr("title", "<t>Expand filter</t>");
    } else {