<!--var active=null;$(document).ready(function(){$("#firstpane p.lenyithatodoboz_head").click(function(){var el=$(this);if(active!=null&&active.attr('id')!=el.attr('id')){active.toggleClass('lenyithatodoboz_head_active');}el.next("div.lenyithatodoboz_body").slideToggle(300).siblings("div.lenyithatodoboz_body").slideUp("slow");el.toggleClass('lenyithatodoboz_head_active');active=(active==null||active.attr('id')!=el.attr('id')?el:null);});});