if(typeof AIKON == "undefined") AIKON={};
if(typeof AIKON.CommerceLive == "undefined") AIKON.CommerceLive={};
if(typeof AIKON.CommerceLive.WebService == "undefined") AIKON.CommerceLive.WebService={};
AIKON.CommerceLive.WebService.Search_class = function() {};
Object.extend(AIKON.CommerceLive.WebService.Search_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCategory: function(CatalogID, CategoryID) {
		return this.invoke("GetCategory", {"CatalogID":CatalogID, "CategoryID":CategoryID}, this.GetCategory.getArguments().slice(2));
	},
	url: '/ajaxpro/AIKON.CommerceLive.WebService.Search,AIKON.CommerceLive.ashx'
}));
AIKON.CommerceLive.WebService.Search = new AIKON.CommerceLive.WebService.Search_class();

