if(typeof control_ctl_ratecalculator == "undefined") control_ctl_ratecalculator={};
control_ctl_ratecalculator_class = function() {};
Object.extend(control_ctl_ratecalculator_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetStation: function(COUNTRY_CODE) {
		return this.invoke("GetStation", {"COUNTRY_CODE":COUNTRY_CODE}, this.GetStation.getArguments().slice(1));
	},
	GetResults_Server: function(CountryFrom, CityFrom, CountryTo, CityTo, PType, Weight, ShipmentDate) {
		return this.invoke("GetResults_Server", {"CountryFrom":CountryFrom, "CityFrom":CityFrom, "CountryTo":CountryTo, "CityTo":CityTo, "PType":PType, "Weight":Weight, "ShipmentDate":ShipmentDate}, this.GetResults_Server.getArguments().slice(7));
	},
	url: '/ajaxpro/control_ctl_ratecalculator,App_Web_ysu3o9uh.ashx'
}));
control_ctl_ratecalculator = new control_ctl_ratecalculator_class();

