if(typeof Webscene == "undefined") Webscene={};
if(typeof Webscene.UI == "undefined") Webscene.UI={};
if(typeof Webscene.UI.VV == "undefined") Webscene.UI.VV={};
Webscene.UI.VV_class = function() {};
Object.extend(Webscene.UI.VV_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetVideo: function(clientId, sessionId, contentId, nodeId, autoStart, directLinkMode, tagClickType, showTags, mediaViewerType, showLinkToGoogleMaps, showNodeLink, showInfoBox, showDescription, showShareIcons) {
		return this.invoke("GetVideo", {"clientId":clientId, "sessionId":sessionId, "contentId":contentId, "nodeId":nodeId, "autoStart":autoStart, "directLinkMode":directLinkMode, "tagClickType":tagClickType, "showTags":showTags, "mediaViewerType":mediaViewerType, "showLinkToGoogleMaps":showLinkToGoogleMaps, "showNodeLink":showNodeLink, "showInfoBox":showInfoBox, "showDescription":showDescription, "showShareIcons":showShareIcons}, this.GetVideo.getArguments().slice(14));
	},
	url: '/ajaxpro/Webscene.UI.VV,Webscene.UI.ashx'
}));
Webscene.UI.VV = new Webscene.UI.VV_class();

