var fDesc=new Array(); fDesc[0] = "iPi Mocap Studio is a program designed for tracking an actor's motion by analyzing multi-camera or depth sensor video recordings. As an output, iPi Mocap Studio produces a skeleton animation, that then can be applied to an arbitrary target humanlike character. The app includes features for tuning the final animation, such as jitter removal and trajectory filtering."; 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 = ''; } }