if(typeof Chvalburg == "undefined") Chvalburg={};
if(typeof Chvalburg.Core == "undefined") Chvalburg.Core={};
Chvalburg.Core.AJAX_class = function() {};
Object.extend(Chvalburg.Core.AJAX_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Logout: function() {
		return this.invoke("Logout", {}, this.Logout.getArguments().slice(0));
	},
	InitializeTop: function() {
		return this.invoke("InitializeTop", {}, this.InitializeTop.getArguments().slice(0));
	},
	NavigateHtmlElement: function(elementId, pageName, parameters) {
		return this.invoke("NavigateHtmlElement", {"elementId":elementId, "pageName":pageName, "parameters":parameters}, this.NavigateHtmlElement.getArguments().slice(3));
	},
	FillHtmlElement2: function(elementId, fillAction, fillValue) {
		return this.invoke("FillHtmlElement2", {"elementId":elementId, "fillAction":fillAction, "fillValue":fillValue}, this.FillHtmlElement2.getArguments().slice(3));
	},
	Navigate: function(navigateAction) {
		return this.invoke("Navigate", {"navigateAction":navigateAction}, this.Navigate.getArguments().slice(1));
	},
	ShowLayerWindow: function(formName, parameters) {
		return this.invoke("ShowLayerWindow", {"formName":formName, "parameters":parameters}, this.ShowLayerWindow.getArguments().slice(2));
	},
	url: '/ajaxpro/Chvalburg.Core.AJAX,Chvalburg.ashx'
}));
Chvalburg.Core.AJAX = new Chvalburg.Core.AJAX_class();


