var tabs=new Class({initialize:function(e,n){this.options=Object.extend({suffix:"",transition:Fx.Transitions.Bounce.easeOut,duration:1000},n||{});var m;if(this.options.transition=="none"){m=true;this.options.transition=Fx.Transitions.Bounce.easeOut}this.panels=$$("#Tab"+e+" div.panel");this.titles=$$("#Tab"+e+" ul li.title");this.topics=$$("#Tab"+e+" div.moretitle");var d=new Array();var b=new Array();for(var f=0;f<$A(this.panels).length;f++){if(f==0){d[e+f]=1}else{d[e+f]=0}}var c=new Array();var g=new Array();for(var l=0;l<$A(this.panels).length;l++){c[l]=new Fx.Slide("container"+e+""+l,{transition:this.options.transition,duration:this.options.duration});var j=$$("#container"+e+""+l+" div.more");for(var k=0;k<$A(j).length;k++){g[e+l+k]=new Fx.Slide("more"+e+""+l+""+k,{transition:this.options.transition,duration:this.options.duration});var h=$A(j)[k].title;if(h=="active"){b[e+l+k]=1}else{b[e+l+k]=0}}}this.topics.each(function(a){a.addEvent("click",function(){if(b[a.id.substr(6,3)]==1){g[a.id.substr(6,3)].hide();b[a.id.substr(6,3)]=0;$("more"+a.id.substr(6,3)).removeClass("moreactive");$("rpicture"+a.id.substr(6,3)).removeClass("arrowactive");if(m){c[a.id.substr(7,1)].show()}else{c[a.id.substr(7,1)].slideIn()}}else{$("more"+a.id.substr(6,3)).addClass("moreactive");$("rpicture"+a.id.substr(6,3)).addClass("arrowactive");g[a.id.substr(6,3)].show();b[a.id.substr(6,3)]=1;if(m){c[a.id.substr(7,1)].show()}else{c[a.id.substr(7,1)].slideIn()}}})});this.titles.each(function(a){a.addEvent("click",function(){var p=a.id.substr(5,2);var o=p.substr(1,1);if(d[e+o]==1){if(m){c[o].hide()}else{c[o].slideOut()}this.panels.removeClass("active");this.titles.removeClass("active");d[e+o]=0}else{for(var i=0;i