if(typeof Neuropemountains == "undefined") Neuropemountains={};
if(typeof Neuropemountains.ctrlEM_SearchPanel == "undefined") Neuropemountains.ctrlEM_SearchPanel={};
Neuropemountains.ctrlEM_SearchPanel_class = function() {};
Object.extend(Neuropemountains.ctrlEM_SearchPanel_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	FillAgg: function(sCountryID) {
		return this.invoke("FillAgg", {"sCountryID":sCountryID}, this.FillAgg.getArguments().slice(1));
	},
	FillCntFromAgg: function(sAglomerationOrTownID, sClassName) {
		return this.invoke("FillCntFromAgg", {"sAglomerationOrTownID":sAglomerationOrTownID, "sClassName":sClassName}, this.FillCntFromAgg.getArguments().slice(2));
	},
	FillDDLDestination: function(id) {
		return this.invoke("FillDDLDestination", {"id":id}, this.FillDDLDestination.getArguments().slice(1));
	},
	FillDDLCountry: function(id) {
		return this.invoke("FillDDLCountry", {"id":id}, this.FillDDLCountry.getArguments().slice(1));
	},
	url: '/ajaxpro/Neuropemountains.ctrlEM_SearchPanel,Neurope-mountains.ashx'
}));
Neuropemountains.ctrlEM_SearchPanel = new Neuropemountains.ctrlEM_SearchPanel_class();

