var fDesc=new Array(); fDesc[0] = "Chronojump allows you to connect to the Chronopic microcontroller and register jumps, as well as other time-based tests such as races, rhythm and reaction times. The tests, subjects and sessions are stored in a database. The program includes capture and analysis from linear and rotary encoders in different configurations. This includes barbells, inclined planes, gym equipment and inertial machines."; 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 = ''; } }