if(typeof Wsbm == "undefined") Wsbm={};
if(typeof Wsbm.wsbm == "undefined") Wsbm.wsbm={};
Wsbm.wsbm_class = function() {};
Object.extend(Wsbm.wsbm_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetServerTime: function() {
		return this.invoke("GetServerTime", {}, this.GetServerTime.getArguments().slice(0));
	},
	TimeOut: function() {
		return this.invoke("TimeOut", {}, this.TimeOut.getArguments().slice(0));
	},
	GetMenu: function() {
		return this.invoke("GetMenu", {}, this.GetMenu.getArguments().slice(0));
	},
	ShowName: function() {
		return this.invoke("ShowName", {}, this.ShowName.getArguments().slice(0));
	},
	ShowDate: function() {
		return this.invoke("ShowDate", {}, this.ShowDate.getArguments().slice(0));
	},
	Flash: function() {
		return this.invoke("Flash", {}, this.Flash.getArguments().slice(0));
	},
	Exit: function() {
		return this.invoke("Exit", {}, this.Exit.getArguments().slice(0));
	},
	url: '/ajaxpro/Wsbm.wsbm,App_Web_gx--hlen.ashx'
}));
Wsbm.wsbm = new Wsbm.wsbm_class();

