var fDesc=new Array(); fDesc[0] = "Simi MatchiX is our software for markerless automatic tracking. Motion data are captured through automatically scanned video or image sequences. In this way the system generates all identified rotation, displacement and time information.
Unlike the free demo version of Simi MatchiX, the full version has been optimized for the Intel Pentium 4 processor and therefore runs much faster on appropriate computers."; 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 = ''; } }