if(typeof DcSoft == "undefined") DcSoft={};
if(typeof DcSoft.Web == "undefined") DcSoft.Web={};
if(typeof DcSoft.Web.ShowProduct == "undefined") DcSoft.Web.ShowProduct={};
DcSoft.Web.ShowProduct_class = function() {};
Object.extend(DcSoft.Web.ShowProduct_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddStore: function(productId) {
		return this.invoke("AddStore", {"productId":productId}, this.AddStore.getArguments().slice(1));
	},
	url: '/ajaxpro/DcSoft.Web.ShowProduct,DcSoft.Web.ashx'
}));
DcSoft.Web.ShowProduct = new DcSoft.Web.ShowProduct_class();


