if(typeof Webscene == "undefined") Webscene={};
if(typeof Webscene.UI == "undefined") Webscene.UI={};
if(typeof Webscene.UI.CV == "undefined") Webscene.UI.CV={};
Webscene.UI.CV_class = function() {};
Object.extend(Webscene.UI.CV_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CVGet: function(clientId, sessionId, contentId, nodeId, autoStart, castViewOnly, videoResolution, tagClickType, showNodeLink, showInfoBox, skin, chatViewOnly, showRecordMyWebcam, showShareIcons) {
		return this.invoke("CVGet", {"clientId":clientId, "sessionId":sessionId, "contentId":contentId, "nodeId":nodeId, "autoStart":autoStart, "castViewOnly":castViewOnly, "videoResolution":videoResolution, "tagClickType":tagClickType, "showNodeLink":showNodeLink, "showInfoBox":showInfoBox, "skin":skin, "chatViewOnly":chatViewOnly, "showRecordMyWebcam":showRecordMyWebcam, "showShareIcons":showShareIcons}, this.CVGet.getArguments().slice(14));
	},
	CVRMW: function(contentId, rmw) {
		return this.invoke("CVRMW", {"contentId":contentId, "rmw":rmw}, this.CVRMW.getArguments().slice(2));
	},
	url: '/ajaxpro/Webscene.UI.CV,Webscene.UI.ashx'
}));
Webscene.UI.CV = new Webscene.UI.CV_class();

