if(typeof Edtech == "undefined") Edtech={};
if(typeof Edtech.Ultranet2 == "undefined") Edtech.Ultranet2={};
if(typeof Edtech.Ultranet2.Default == "undefined") Edtech.Ultranet2.Default={};
Edtech.Ultranet2.Default_class = function() {};
Object.extend(Edtech.Ultranet2.Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ViewPage: function(PageID) {
		return this.invoke("ViewPage", {"PageID":PageID}, this.ViewPage.getArguments().slice(1));
	},
	ViewProfile: function() {
		return this.invoke("ViewProfile", {}, this.ViewProfile.getArguments().slice(0));
	},
	ViewClass: function(PageID) {
		return this.invoke("ViewClass", {"PageID":PageID}, this.ViewClass.getArguments().slice(1));
	},
	Logout: function() {
		return this.invoke("Logout", {}, this.Logout.getArguments().slice(0));
	},
	setDisplay: function(Element, Display) {
		return this.invoke("setDisplay", {"Element":Element, "Display":Display}, this.setDisplay.getArguments().slice(2));
	},
	getDisplay: function(Element) {
		return this.invoke("getDisplay", {"Element":Element}, this.getDisplay.getArguments().slice(1));
	},
	SetEdit: function() {
		return this.invoke("SetEdit", {}, this.SetEdit.getArguments().slice(0));
	},
	ProcessNewAndDelete: function(SelectedEntry) {
		return this.invoke("ProcessNewAndDelete", {"SelectedEntry":SelectedEntry}, this.ProcessNewAndDelete.getArguments().slice(1));
	},
	GenaratePageURL: function() {
		return this.invoke("GenaratePageURL", {}, this.GenaratePageURL.getArguments().slice(0));
	},
	Ping: function() {
		return this.invoke("Ping", {}, this.Ping.getArguments().slice(0));
	},
	url: '/ajaxpro/Edtech.Ultranet2.Default,Ultranet_Framework_Core.ashx'
}));
Edtech.Ultranet2.Default = new Edtech.Ultranet2.Default_class();

