var fDesc=new Array(); fDesc[0] = "Optogait is a system for movement analysis and functional assessment of patients with normal or pathological conditions. The system is equipped with optical sensors working at a frequency of 1000 Hz and having an accuracy of 1 cm, detecting the relevant space and time parameters for gait, running or other test types.

Optogait makes it possible to assess objectively the patient’s general physical conditions, and identify deficiencies, postural problems and asymmetries on the basis of data and videos."; 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 = ''; } }