if(typeof Eggert == "undefined") Eggert={};
if(typeof Eggert.bo == "undefined") Eggert.bo={};
Eggert.bo.boShowInformation_class = function() {};
Object.extend(Eggert.bo.boShowInformation_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetShowInformation: function() {
		return this.invoke("GetShowInformation", {}, this.GetShowInformation.getArguments().slice(0));
	},
	InsertShowInformation: function(ScreenText) {
		return this.invoke("InsertShowInformation", {"ScreenText":ScreenText}, this.InsertShowInformation.getArguments().slice(1));
	},
	UpdateShowInformation: function(ScreenText) {
		return this.invoke("UpdateShowInformation", {"ScreenText":ScreenText}, this.UpdateShowInformation.getArguments().slice(1));
	},
	DeleteShowInformation: function() {
		return this.invoke("DeleteShowInformation", {}, this.DeleteShowInformation.getArguments().slice(0));
	},
	url: '/ajaxpro/Eggert.bo.boShowInformation,ChasingTheTangent.ashx'
}));
Eggert.bo.boShowInformation = new Eggert.bo.boShowInformation_class();

