var fDesc=new Array(); fDesc[0] = "The Kaltura CaptureSpace Desktop Recorder enables easy recording in class, at home, or on-the-go with automated publishing and interactive viewing within the Learning Management System (LMS) or in Kaltura’s MediaSpace video portal. CaptureSpace enables you to create multi-stream recordings using a vast array of recording devices such as integrated webcams or a professional USB/HDMI connected video camera.

You can install the demo version of "Desktop Recorder" by registering for the Kaltura Video Platform. After logging in to Kaltura MediaSpace, simply click on the Add New button and select Record a Presentation; the installation will start."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }