if(typeof Go007 == "undefined") Go007={};
if(typeof Go007.Components == "undefined") Go007.Components={};
if(typeof Go007.Components.Ajax == "undefined") Go007.Components.Ajax={};
Go007.Components.Ajax.AjaxCategory_class = function() {};
Object.extend(Go007.Components.Ajax.AjaxCategory_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetChildCategory: function(parentCategoryID) {
		return this.invoke("GetChildCategory", {"parentCategoryID":parentCategoryID}, this.GetChildCategory.getArguments().slice(1));
	},
	url: '/ajaxpro/Go007.Components.Ajax.AjaxCategory,Go007.Components.ashx'
}));
Go007.Components.Ajax.AjaxCategory = new Go007.Components.Ajax.AjaxCategory_class();

