var fDesc=new Array(); fDesc[0] = "nuiCapture Animate is targeted towards the 3D animation and visual effects professional and enthusiast looking to collect high quality motion capture Microsoft Kinect sensor data at a low cost. You can capture skeletal and facial motion data in real-time without the need of markers using Kinect sensors. From multiple sensors, you can also synchronously record depth, color, and audio data that is aligned with the motion data."; 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 = ''; } }