if(typeof AjaxProSample == "undefined") AjaxProSample={};
AjaxProSample_class = function() {};
Object.extend(AjaxProSample_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetProductSet: function(name, city) {
		return this.invoke("GetProductSet", {"name":name, "city":city}, this.GetProductSet.getArguments().slice(2));
	},
	url: '/ajaxpro/Index_Default2,App_Web_zssjujil.ashx'
}));
AjaxProSample = new AjaxProSample_class();


