var CommitteeDetail = { UpdateSth:function(strCommitteeId,strChairId,role,callback,context){return new ajax_request(this.url + '?_method=UpdateSth&_session=no','strCommitteeId=' + enc(strCommitteeId)+ '\r\nstrChairId=' + enc(strChairId)+ '\r\nrole=' + enc(role),callback, context);}, url:'/AmChamPortal/ajax/Everse.Apdr.AmChamPortal.Committee.CommitteeDetail,Everse.Apdr.AmChamPortal.ashx' }