if(typeof Topevery == "undefined") Topevery={};
if(typeof Topevery.CMS == "undefined") Topevery.CMS={};
if(typeof Topevery.CMS.Web == "undefined") Topevery.CMS.Web={};
if(typeof Topevery.CMS.Web.ProductView == "undefined") Topevery.CMS.Web.ProductView={};
Topevery.CMS.Web.ProductView_class = function() {};
Object.extend(Topevery.CMS.Web.ProductView_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetProductDetail: function(pid) {
		return this.invoke("GetProductDetail", {"pid":pid}, this.GetProductDetail.getArguments().slice(1));
	},
	GetIamge: function(stringImageUrl) {
		return this.invoke("GetIamge", {"stringImageUrl":stringImageUrl}, this.GetIamge.getArguments().slice(1));
	},
	url: '/ajaxpro/Topevery.CMS.Web.ProductView,Topevery.CMS.Web.ashx'
}));
Topevery.CMS.Web.ProductView = new Topevery.CMS.Web.ProductView_class();

