if(typeof SwainTours == "undefined") SwainTours={};
SwainTours.Index_class = function() {};
Object.extend(SwainTours.Index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AjaxGetIATA: function(TextValue, PressedKey) {
		return this.invoke("AjaxGetIATA", {"TextValue":TextValue, "PressedKey":PressedKey}, this.AjaxGetIATA.getArguments().slice(2));
	},
	CheckIATA: function(Location) {
		return this.invoke("CheckIATA", {"Location":Location}, this.CheckIATA.getArguments().slice(1));
	},
	url: '/ajaxpro/SwainTours.Index,SwainTours.ashx'
}));
SwainTours.Index = new SwainTours.Index_class();

