if(typeof Webscene == "undefined") Webscene={};
if(typeof Webscene.UI == "undefined") Webscene.UI={};
if(typeof Webscene.UI.TAG == "undefined") Webscene.UI.TAG={};
Webscene.UI.TAG_class = function() {};
Object.extend(Webscene.UI.TAG_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	TAGGet: function(clientId, sessionId, nodeId, contentId, tagClickType) {
		return this.invoke("TAGGet", {"clientId":clientId, "sessionId":sessionId, "nodeId":nodeId, "contentId":contentId, "tagClickType":tagClickType}, this.TAGGet.getArguments().slice(5));
	},
	TAGGetList: function(clientId, sessionId, nodeId, contentId, tagClickType) {
		return this.invoke("TAGGetList", {"clientId":clientId, "sessionId":sessionId, "nodeId":nodeId, "contentId":contentId, "tagClickType":tagClickType}, this.TAGGetList.getArguments().slice(5));
	},
	TAGFormat: function(clientId, sessionId, nodeId, tagClickType, tagList) {
		return this.invoke("TAGFormat", {"clientId":clientId, "sessionId":sessionId, "nodeId":nodeId, "tagClickType":tagClickType, "tagList":tagList}, this.TAGFormat.getArguments().slice(5));
	},
	TAGAdd: function(clientId, sessionId, nodeId, contentId, tag) {
		return this.invoke("TAGAdd", {"clientId":clientId, "sessionId":sessionId, "nodeId":nodeId, "contentId":contentId, "tag":tag}, this.TAGAdd.getArguments().slice(5));
	},
	url: '/ajaxpro/Webscene.UI.TAG,Webscene.UI.ashx'
}));
Webscene.UI.TAG = new Webscene.UI.TAG_class();


