var fDesc=new Array(); fDesc[0] = "Visual3D is a powerful 3D analysis toolkit designed to perform 3D biomechanics modeling, analysis, and reporting functions. It can be used to measure and quantify movement as collected by a 3D motion capture system. It can process the data collected by a 3D motion capture system – regardless of the manufacturer – as long as the output is in standard C3D format or real-time streaming is provided."; 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 = ''; } }