addNamespace("LNOF.classes");
LNOF.classes.ajax_class = function() {};
Object.extend(LNOF.classes.ajax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SetPostageCostsByCountryAndType: function(CountryID, PTID) {
		return this.invoke("SetPostageCostsByCountryAndType", {"CountryID":CountryID, "PTID":PTID}, this.SetPostageCostsByCountryAndType.getArguments().slice(2));
	},
	get_airportlinks: function(airportID) {
		return this.invoke("get_airportlinks", {"airportID":airportID}, this.get_airportlinks.getArguments().slice(1));
	},
	get_airports: function(direction, airlineID, locationID) {
		return this.invoke("get_airports", {"direction":direction, "airlineID":airlineID, "locationID":locationID}, this.get_airports.getArguments().slice(3));
	},
	loadGallery: function(galleryID) {
		return this.invoke("loadGallery", {"galleryID":galleryID}, this.loadGallery.getArguments().slice(1));
	},
	prevGallery: function(galleryID) {
		return this.invoke("prevGallery", {"galleryID":galleryID}, this.prevGallery.getArguments().slice(1));
	},
	nextGallery: function(galleryID) {
		return this.invoke("nextGallery", {"galleryID":galleryID}, this.nextGallery.getArguments().slice(1));
	},
	url: '/ajaxpro/LNOF.classes.ajax,LNOF.ashx'
}));
LNOF.classes.ajax = new LNOF.classes.ajax_class();

