function TabbedPane(C,B,A){for(id in B){Event.observe(id,"click",function(D){if(typeof (A.onClick)=="function"){A.onClick(D);}for(id in B){$(id).removeClassName("active");}Event.element(D).addClassName("active");new Ajax.Updater(C,B[Event.element(D).id],$H({asynchronous:true,method:"get"}).merge(A));Event.stop(D);});}}
