if(typeof PCPOPOnTheStage == "undefined") PCPOPOnTheStage={};
if(typeof PCPOPOnTheStage.ProductShopping == "undefined") PCPOPOnTheStage.ProductShopping={};
PCPOPOnTheStage.ProductShopping_class = function() {};
Object.extend(PCPOPOnTheStage.ProductShopping_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	IsLess: function(InputText, Length) {
		return this.invoke("IsLess", {"InputText":InputText, "Length":Length}, this.IsLess.getArguments().slice(2));
	},
	SaveBuyInfo: function(franchiserid, productsn, productname, area, name, link) {
		return this.invoke("SaveBuyInfo", {"franchiserid":franchiserid, "productsn":productsn, "productname":productname, "area":area, "name":name, "link":link}, this.SaveBuyInfo.getArguments().slice(6));
	},
	url: '/contact/ajaxpro/PCPOPOnTheStage.ProductShopping,PCPOPOnTheStage.ashx'
}));
PCPOPOnTheStage.ProductShopping = new PCPOPOnTheStage.ProductShopping_class();

