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.ZSExhibitionsList == "undefined") Show.Web.Skins.Source.ZSExhibitionsList={};
Show.Web.Skins.Source.ZSExhibitionsList_class = function() {};
Object.extend(Show.Web.Skins.Source.ZSExhibitionsList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	BindPavilionLists: function(tradeId, beginChar, endChar, charTitleString, exhibitionListString) {
		return this.invoke("BindPavilionLists", {"tradeId":tradeId, "beginChar":beginChar, "endChar":endChar, "charTitleString":charTitleString, "exhibitionListString":exhibitionListString}, this.BindPavilionLists.getArguments().slice(5));
	},
	url: '/ajaxpro/Show.Web.Skins.Source.ZSExhibitionsList,Show.Web.ashx'
}));
Show.Web.Skins.Source.ZSExhibitionsList = new Show.Web.Skins.Source.ZSExhibitionsList_class();

