if(typeof Geo == "undefined") Geo={};
if(typeof Geo.Plugins == "undefined") Geo.Plugins={};
if(typeof Geo.Plugins.Hotelaria == "undefined") Geo.Plugins.Hotelaria={};
if(typeof Geo.Plugins.Hotelaria.Ajax == "undefined") Geo.Plugins.Hotelaria.Ajax={};
Geo.Plugins.Hotelaria.Ajax.panelHotelaria_class = function() {};
Object.extend(Geo.Plugins.Hotelaria.Ajax.panelHotelaria_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	DoSearchHotelaria: function(num_proc, ano_proc, nome_estab, freguesia, num_quartos_casal, num_quartos_simples, num_wc_banheira, num_wc_chuveiro, num_wc_privativa, polyGeometry, page, records, lang, controlID) {
		return this.invoke("DoSearchHotelaria", {"num_proc":num_proc, "ano_proc":ano_proc, "nome_estab":nome_estab, "freguesia":freguesia, "num_quartos_casal":num_quartos_casal, "num_quartos_simples":num_quartos_simples, "num_wc_banheira":num_wc_banheira, "num_wc_chuveiro":num_wc_chuveiro, "num_wc_privativa":num_wc_privativa, "polyGeometry":polyGeometry, "page":page, "records":records, "lang":lang, "controlID":controlID}, this.DoSearchHotelaria.getArguments().slice(14));
	},
	url: '/geoportal/ajaxpro/Geo.Plugins.Hotelaria.Ajax.panelHotelaria,Geo.Plugins.Hotelaria.ashx'
}));
Geo.Plugins.Hotelaria.Ajax.panelHotelaria = new Geo.Plugins.Hotelaria.Ajax.panelHotelaria_class();


