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.ExhibitionsDetails == "undefined") Show.Web.Skins.Source.ExhibitionsDetails={};
Show.Web.Skins.Source.ExhibitionsDetails_class = function() {};
Object.extend(Show.Web.Skins.Source.ExhibitionsDetails_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	BindPavilionLists: function(exhibitionsID, divPavilionString) {
		return this.invoke("BindPavilionLists", {"exhibitionsID":exhibitionsID, "divPavilionString":divPavilionString}, this.BindPavilionLists.getArguments().slice(2));
	},
	BindSponsorsLog: function(tradeID, spID, divLogoString) {
		return this.invoke("BindSponsorsLog", {"tradeID":tradeID, "spID":spID, "divLogoString":divLogoString}, this.BindSponsorsLog.getArguments().slice(3));
	},
	url: '/ajaxpro/Show.Web.Skins.Source.ExhibitionsDetails,Show.Web.ashx'
}));
Show.Web.Skins.Source.ExhibitionsDetails = new Show.Web.Skins.Source.ExhibitionsDetails_class();

