var fDesc=new Array(); fDesc[0] = "Award-winning ergonomics software helping thousands of computer users prevent and recover from RSI world-wide.

* Rest break reminders that are timed based on how hard you actually work at the computer, and designed to be as unintrusive as possible.

* Over 20 professionally designed stretches shown during rest breaks to guide you through your stretching break. The stretches are 30 seconds long, and are smooth 3D animations.

* Ergonomics Wizard shown at startup to remind you the proper seating positions and proper ergonomic configuration of your desk, chair and computer.

* Posture Reminders shown at key intervals to remind to you to correct your seating posture.

* Automatic clicking to get rid the strain associated with mouse clicking. This works by automatically dispatching a click whenever you stop moving the mouse. This works great if your RSI is induced by over-clicking.

* Tracking & reporting of key work statistics to help you understand how you use your computer."; 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 = ''; } }