if(typeof Webscene == "undefined") Webscene={};
if(typeof Webscene.UI == "undefined") Webscene.UI={};
if(typeof Webscene.UI.SV == "undefined") Webscene.UI.SV={};
Webscene.UI.SV_class = function() {};
Object.extend(Webscene.UI.SV_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SVGet: function(clientId, sessionId, contentId, nodeId, autoStart, directLinkMode, tagClickType, showNodeLink, showInfoBox, showShareIcons, showDescription) {
		return this.invoke("SVGet", {"clientId":clientId, "sessionId":sessionId, "contentId":contentId, "nodeId":nodeId, "autoStart":autoStart, "directLinkMode":directLinkMode, "tagClickType":tagClickType, "showNodeLink":showNodeLink, "showInfoBox":showInfoBox, "showShareIcons":showShareIcons, "showDescription":showDescription}, this.SVGet.getArguments().slice(11));
	},
	url: '/ajaxpro/Webscene.UI.SV,Webscene.UI.ashx'
}));
Webscene.UI.SV = new Webscene.UI.SV_class();

