if(typeof WM == "undefined") WM={};
WM.AjaxStateCountryControl_class = function() {};
Object.extend(WM.AjaxStateCountryControl_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	changeState: function(item) {
		return this.invoke("changeState", {"item":item}, this.changeState.getArguments().slice(1));
	},
	changeCountry: function(item) {
		return this.invoke("changeCountry", {"item":item}, this.changeCountry.getArguments().slice(1));
	},
	url: '/ajaxpro/WM.AjaxStateCountryControl,Waymarking.200.ashx'
}));
WM.AjaxStateCountryControl = new WM.AjaxStateCountryControl_class();

