var fDesc=new Array(); fDesc[0] = "WorkPace is like an intelligent office friend who keeps you healthy and productive, by sitting in the background and watching your work habits. You can relax in the knowledge that WorkPace is looking after you - helping you to minimize the risks, and maximize your productivity at your computer.

WorkPace helps you achieve safe and healthy work habits at your computer by:

- Educating you about muscle fatigue and recovery.

- Alerting you to when micropauses and breaks are needed.

- Guiding you through regular exercises and stretches designed to reduce fatigue.

- Monitoring your exposure and intensity of computer use.

- Providing you with feedback on how you are doing."; 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 = ''; } }