var Search = { getSubCategory:function(CategoryID,callback,context){return new ajax_request(this.url + '?_method=getSubCategory&_session=no','CategoryID=' + enc(CategoryID),callback, context);}, url:'/ajax/eStore.Search,eStore.ashx' }