uc_main_search_class = function() {};
Object.extend(uc_main_search_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetTabSet: function(CountryCode) {
		return this.invoke("GetTabSet", {"CountryCode":CountryCode}, this.GetTabSet.getArguments().slice(1));
	},
	GetTabSet2: function(Destination_Code) {
		return this.invoke("GetTabSet2", {"Destination_Code":Destination_Code}, this.GetTabSet2.getArguments().slice(1));
	},
	url: '/ajaxpro/uc_main_search,App_Web_dl_t2grd.ashx'
}));
uc_main_search = new uc_main_search_class();


