if(typeof craftphil == "undefined") craftphil={};
if(typeof craftphil.WWW == "undefined") craftphil.WWW={};
if(typeof craftphil.WWW.UC == "undefined") craftphil.WWW.UC={};
craftphil.WWW.UC.Product_class = function() {};
Object.extend(craftphil.WWW.UC.Product_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetProductTypeDescList: function() {
		return this.invoke("GetProductTypeDescList", {}, this.GetProductTypeDescList.getArguments().slice(0));
	},
	GetProductList: function(typeID, isBig) {
		return this.invoke("GetProductList", {"typeID":typeID, "isBig":isBig}, this.GetProductList.getArguments().slice(2));
	},
	url: '/ajaxpro/craftphil.WWW.UC.Product,craftphil.WWW.ashx'
}));
craftphil.WWW.UC.Product = new craftphil.WWW.UC.Product_class();


