var fDesc=new Array(); fDesc[0] = "Motive is OptiTrack's unified software platform for optical motion tracking. Motive enables capture of large volume spaces and complex scenes and can be tailored to meet a full range of production studio, engineering & research facility needs. With an easy-to-navigate interface, Motive provides a high-performance solution for data management and processing as well as skeleton solving. When customized with the Motive Body Module add-on, the system delivers simultaneous full body and finger tracking, even in very large capture areas."; 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 = ''; } }