if(typeof Webscene == "undefined") Webscene={};
if(typeof Webscene.UI == "undefined") Webscene.UI={};
if(typeof Webscene.UI.LO == "undefined") Webscene.UI.LO={};
Webscene.UI.LO_class = function() {};
Object.extend(Webscene.UI.LO_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LOAllow: function(clientId, sessionId, nodeId, linkId) {
		return this.invoke("LOAllow", {"clientId":clientId, "sessionId":sessionId, "nodeId":nodeId, "linkId":linkId}, this.LOAllow.getArguments().slice(4));
	},
	LODel: function(clientId, sessionId, nodeId, linkId) {
		return this.invoke("LODel", {"clientId":clientId, "sessionId":sessionId, "nodeId":nodeId, "linkId":linkId}, this.LODel.getArguments().slice(4));
	},
	LOAdd: function(clientId, sessionId, nodeId, url, title, linkId, categoryId) {
		return this.invoke("LOAdd", {"clientId":clientId, "sessionId":sessionId, "nodeId":nodeId, "url":url, "title":title, "linkId":linkId, "categoryId":categoryId}, this.LOAdd.getArguments().slice(7));
	},
	LOLoadL: function(clientId, sessionId, nodeId, linkId) {
		return this.invoke("LOLoadL", {"clientId":clientId, "sessionId":sessionId, "nodeId":nodeId, "linkId":linkId}, this.LOLoadL.getArguments().slice(4));
	},
	LOLoad: function(clientId, sessionId, nodeId, categoryId, searchString, pageNumber, pageSize, noc, showAdminLinks, skin, order) {
		return this.invoke("LOLoad", {"clientId":clientId, "sessionId":sessionId, "nodeId":nodeId, "categoryId":categoryId, "searchString":searchString, "pageNumber":pageNumber, "pageSize":pageSize, "noc":noc, "showAdminLinks":showAdminLinks, "skin":skin, "order":order}, this.LOLoad.getArguments().slice(11));
	},
	url: '/ajaxpro/Webscene.UI.LO,Webscene.UI.ashx'
}));
Webscene.UI.LO = new Webscene.UI.LO_class();

