Cms_Controls_banner_class = function() {};
Object.extend(Cms_Controls_banner_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Next: function(Id) {
		return this.invoke("Next", {"Id":Id}, this.Next.getArguments().slice(1));
	},
	GetDescription: function(Id) {
		return this.invoke("GetDescription", {"Id":Id}, this.GetDescription.getArguments().slice(1));
	},
	SlideBanner: function(Id) {
		return this.invoke("SlideBanner", {"Id":Id}, this.SlideBanner.getArguments().slice(1));
	},
	url: '/ajaxpro/Cms_Controls_banner,WEB.ashx'
}));
Cms_Controls_banner = new Cms_Controls_banner_class();

