function __onLoad(){cknum=ck.length;for(var a=0;a<ck.length;a++){$("#"+ck[a]).toggleClass(cToggle).html(toggleStatus.close).parent().parent().next().hide()}}function __toggle(e,d){var b=$(e).attr("id");switch(d){case"toggle":var a=$(e).parent().parent().next();var c=$(a).is(":visible");$(e).html((c)?toggleStatus.close:toggleStatus.open);if(!c){$(e).toggleClass(cToggle);$(a).slideDown(tcAnimation.down.speed,tcAnimation.down.style)}else{$(e).toggleClass(cToggle);$(a).slideUp(tcAnimation.up.speed,tcAnimation.up.style)}$.setCookie(COOKIE_NAME,(function(){switch(c){case true:ck.push(b);break;case false:ck=jQuery.grep(ck,function(f){return f!=b});break}return ck.join(",")})());break}}$(document).ready(function(){__onLoad();$("a.trigger").click(function(){__toggle(this,"toggle");return false})});
