var PB_TEMPTABLE = { AddBLL:function(iCLID,strSessionID,strEncrptString,callback,context){return new ajax_request(this.url + '?_method=AddBLL&_session=r','iCLID=' + enc(iCLID)+ '\r\nstrSessionID=' + enc(strSessionID)+ '\r\nstrEncrptString=' + enc(strEncrptString),callback, context);}, GetCLID:function(callback,context){return new ajax_request(this.url + '?_method=GetCLID&_session=r','',callback, context);}, GetSessionID:function(callback,context){return new ajax_request(this.url + '?_method=GetSessionID&_session=r','',callback, context);}, GetEncrptString:function(callback,context){return new ajax_request(this.url + '?_method=GetEncrptString&_session=r','',callback, context);}, IsExistPrintCookieValue:function(strCookie,callback,context){return new ajax_request(this.url + '?_method=IsExistPrintCookieValue&_session=r','strCookie=' + enc(strCookie),callback, context);}, url:'/ajax/BLL.PB_TEMPTABLE,BLL.ashx' }