if(typeof Product == "undefined") Product={};
Product_class = function() {};
Object.extend(Product_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetProductCategoryByAjax: function(sortID, status, max, page) {
		return this.invoke("GetProductCategoryByAjax", {"sortID":sortID, "status":status, "max":max, "page":page}, this.GetProductCategoryByAjax.getArguments().slice(4));
	},
	GetProductCategoryByAjaxCount: function(sortID, status, max) {
		return this.invoke("GetProductCategoryByAjaxCount", {"sortID":sortID, "status":status, "max":max}, this.GetProductCategoryByAjaxCount.getArguments().slice(3));
	},
	ShowProductDetailsByAjax: function(aid) {
		return this.invoke("ShowProductDetailsByAjax", {"aid":aid}, this.ShowProductDetailsByAjax.getArguments().slice(1));
	},
	GetSubProductCategory: function(parentID) {
		return this.invoke("GetSubProductCategory", {"parentID":parentID}, this.GetSubProductCategory.getArguments().slice(1));
	},
	url: '/ajaxpro/Product,App_Web_ifq0oqlu.ashx'
}));
Product = new Product_class();

