var GenericAutoFill = { getAirport:function(searchParam,Type,PortType,callback,context){return new ajax_request(this.url + '?_method=getAirport&_session=no','searchParam=' + enc(searchParam)+ '\r\nType=' + enc(Type)+ '\r\nPortType=' + enc(PortType),callback, context);}, getCity:function(searchParam,Type,callback,context){return new ajax_request(this.url + '?_method=getCity&_session=no','searchParam=' + enc(searchParam)+ '\r\nType=' + enc(Type),callback, context);}, getState:function(searchParam,Type,callback,context){return new ajax_request(this.url + '?_method=getState&_session=no','searchParam=' + enc(searchParam)+ '\r\nType=' + enc(Type),callback, context);}, getCountry:function(searchParam,Type,callback,context){return new ajax_request(this.url + '?_method=getCountry&_session=no','searchParam=' + enc(searchParam)+ '\r\nType=' + enc(Type),callback, context);}, getAirportByCountry:function(searchParam,countryCode,Type,PortType,callback,context){return new ajax_request(this.url + '?_method=getAirportByCountry&_session=no','searchParam=' + enc(searchParam)+ '\r\ncountryCode=' + enc(countryCode)+ '\r\nType=' + enc(Type)+ '\r\nPortType=' + enc(PortType),callback, context);}, url:'/ajax/Kale.Logistics.UPLIFT.UI.UserControls.GenericAutoFill,Kale.Logistics.UPLIFT.UI.ashx' }