if(typeof luyou == "undefined") luyou={};
if(typeof luyou.ListCompany == "undefined") luyou.ListCompany={};
luyou.ListCompany_class = function() {};
Object.extend(luyou.ListCompany_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getProvince: function(Country_id) {
		return this.invoke("getProvince", {"Country_id":Country_id}, this.getProvince.getArguments().slice(1));
	},
	getCity: function(Province_id) {
		return this.invoke("getCity", {"Province_id":Province_id}, this.getCity.getArguments().slice(1));
	},
	getCounty: function(City_id) {
		return this.invoke("getCounty", {"City_id":City_id}, this.getCounty.getArguments().slice(1));
	},
	url: '/ajaxpro/luyou.ListCompany,luyou.ashx'
}));
luyou.ListCompany = new luyou.ListCompany_class();

