jQuery.fn.extend({fcToggle:function(){function c(a){if(typeof a=="string"){cookie=cookie.indexOf("|"+a.replace(/^fc/,""))==-1?cookie+"|"+a.replace(/^fc/,""):cookie.replace(RegExp("\\|"+a.replace(/^fc/,""),"g"),"");typeof jQuery.cookie!="undefined"&&jQuery.cookie("fcstates",cookie,{expires:10})}}function d(a,b){a=jQuery(a);a.is(".expanded")||a.parent().is(".expanded")?a.next().stop().css({opacity:"",height:""}).animate({opacity:"hide",height:"hide"},b?0:"slow",function(){a.removeClass("expanded").addClass("colapsed");
!b&&a.attr("name")&&c(a.attr("name"))}):a.next().stop().css({opacity:"",height:""}).animate({opacity:"show",height:"show"},b?0:"fast",function(){a.removeClass("colapsed").addClass("expanded");!b&&a.attr("name")&&c(a.attr("name"))});a.parent().is(".expanded")&&a.parent().removeClass("expanded")}cookie=typeof jQuery.cookie!="undefined"?jQuery.cookie("fcstates"):"";if(cookie==null)cookie="";return this.click(function(){d(this)})}});
