if(typeof CSWeb == "undefined") CSWeb={};
if(typeof CSWeb.Product == "undefined") CSWeb.Product={};
if(typeof CSWeb.Product.PList_class == "undefined") CSWeb.Product.PList_class={};
CSWeb.Product.PList_class = function() {};
Object.extend(CSWeb.Product.PList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCity: function(pid) {
		return this.invoke("GetCity", {"pid":pid}, this.GetCity.getArguments().slice(1));
	},
	url: '/ajaxpro/CSWeb.Product.PList,CSWeb.ashx'
}));
CSWeb.Product.PList = new CSWeb.Product.PList_class();

