var fDesc=new Array(); fDesc[0] = "WalkAnalyst combines the analytical features with easy and intuitive programming without compromise. While it still contains the detailed gait analysis/programming option under “Standard Program”, it also offers these user friendly options:
Rapid Programming: Easy 3-step option to program the WalkAide System
WalkAide evaluation and reporting
Bluetooth connectivity
Data backup and customizable clinical preferences"; 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 = ''; } }