if(typeof AjaxInfo == "undefined") AjaxInfo={};
AjaxInfo_class = function() {};
Object.extend(AjaxInfo_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getData: function(productid, str) {
		return this.invoke("getData", {"productid":productid, "str":str}, this.getData.getArguments().slice(2));
	},
	url: '/ajaxpro/ResearchProducts_controls_productlist,App_Web_sxfjonzt.ashx'
}));
AjaxInfo = new AjaxInfo_class();

