var fDesc=new Array(); fDesc[0] = "AXIS Neuron is a program designed to manage and calibrate your Perception Neuron system as well as perform basic motion capture. One of the most important features of the program is the ability to stream your BVH data stream as well as export your files to FBX for use in the most popular 3D software programs. For professional needs, AXIS NEURON offers a variety of tools to extend the capabilities of your Perception Neuron MOCAP system and fully integrate it into your workflow, whether you are working in VFX, game development or any 3D application."; 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 = ''; } }