var Base_Ajax = { GetFS_SHOP_LIST:function(s_name,p_page,p_pageRowNum,condition,callback,context){return new ajax_request(this.url + '?_method=GetFS_SHOP_LIST&_session=r','s_name=' + enc(s_name)+ '\r\np_page=' + enc(p_page)+ '\r\np_pageRowNum=' + enc(p_pageRowNum)+ '\r\ncondition=' + enc(condition),callback, context);}, GetBucketData:function(str,callback,context){return new ajax_request(this.url + '?_method=GetBucketData&_session=r','str=' + enc(str),callback, context);}, url:'/ajax/IntePLM.WEB_EPC.Base_Ajax,IntePLM.WEB_EPC.ashx' }