if(typeof Show == "undefined") Show={};
if(typeof Show.Web == "undefined") Show.Web={};
if(typeof Show.Web.Skins == "undefined") Show.Web.Skins={};
if(typeof Show.Web.Skins.Source == "undefined") Show.Web.Skins.Source={};
if(typeof Show.Web.Skins.Source.ExhibitionsList == "undefined") Show.Web.Skins.Source.ExhibitionsList={};
Show.Web.Skins.Source.ExhibitionsList_class = function() {};
Object.extend(Show.Web.Skins.Source.ExhibitionsList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	BindPavilionLists: function(tradeId, beginChar, endChar, divExhibitionsType, divExhibitions) {
		return this.invoke("BindPavilionLists", {"tradeId":tradeId, "beginChar":beginChar, "endChar":endChar, "divExhibitionsType":divExhibitionsType, "divExhibitions":divExhibitions}, this.BindPavilionLists.getArguments().slice(5));
	},
	FilterPavilionLists: function(tradeId, beginChar, endChar, divExhibitions, filterStr) {
		return this.invoke("FilterPavilionLists", {"tradeId":tradeId, "beginChar":beginChar, "endChar":endChar, "divExhibitions":divExhibitions, "filterStr":filterStr}, this.FilterPavilionLists.getArguments().slice(5));
	},
	url: '/ajaxpro/Show.Web.Skins.Source.ExhibitionsList,Show.Web.ashx'
}));
Show.Web.Skins.Source.ExhibitionsList = new Show.Web.Skins.Source.ExhibitionsList_class();


