var fDesc=new Array(); fDesc[0] = "ExerciseMinder's goal is to promote healthy work habits by the use of computer and the Internet. The same computer that keeps us sitting for hours will now remind us to move, stretch and take care of our health. ExerciseMinder makes it easy to workout while at work
After several friends reported bad pain due to long work hours, the idea to build a piece of software to remind users to stop working for few seconds was born. The dilemma is that when you are very busy with work, you forget to move and stay on you chair for hours. Once your work is over and you want to move, the pain kicks in and leaves you to suffer. During these hours of intensive work, it is normal not to remember to move or to stretch. Here comes the concept of using the computer to help users remembering to move and to exercise while working hard."; 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 = ''; } }