addNamespace("product");
product_class = Class.create();
product_class.prototype = (new AjaxPro.Request()).extend({
	GetSubCategory: function(iCategoryID, ProductClassID, callback) {
		return this.invoke("GetSubCategory", {"iCategoryID":iCategoryID, "ProductClassID":ProductClassID}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/product,App_Web_product.aspx.cdcab7d2.ashx";
	}
})
product = new product_class();


