function pDAFUITabBoxClass(){}
pDAFUITabBoxClass.prototype={select:function(a,d){jphloc.ge(a);var b=jphloc.ge(a+"_contents"),e=jphloc.ge(a+"_tabs");jphloc.ge(d);var b=jphloc.getChildrenByIDPrefix(b,a),c;for(c in b)b[c].id==d+"_content"?jphloc.show(b[c]):jphloc.hide(b[c]);e=jphloc.getChildrenByIDPrefix(e,a);for(c in e)e[c].id==d?jphloc.addClass(e[c],"pdaf_tab_selected"):jphloc.removeClass(e[c],"pdaf_tab_selected");this.setSelectedAJAX(a,d)},selectAJAX:function(a,d,b){pDAFUIExt.startProgress(b);sajax_do_call(null,"pDAFTabBox.select",
{callback:pDAFUITabBox.selectCallback,extra_data:[a,d]},[a,d])},setSelectedAJAX:function(a,d){sajax_do_call(null,"pDAFTabBox.setSelected",{},[a,d])},selectCallback:function(a,d){var a=sajax_clean_result(a),b=d[0],e=d[1];jphloc.ge(b+"_contents").innerHTML=a;var c=jphloc.ge(b+"_tabs");jphloc.ge(e);var b=jphloc.getChildrenByIDPrefix(c,b),f;for(f in b)c=b[f],c.id==e?jphloc.addClass(c,"pdaf_tab_selected"):jphloc.removeClass(c,"pdaf_tab_selected");pDAFUIExt.stopProgress()}};
var pDAFUITabBox=window.pDAFUITabBox=new pDAFUITabBoxClass;

