var fDesc=new Array(); fDesc[0] = "We all work too much. Many don't realize how important it is to step away from the monitor and take a break. This isn't just for your physical health, but your mental health. For some users breaks come naturally. For others, a bit of a heads up is necessary. Health Break is a 'take a break reminder' software for long-time computer users. You do not have to test the limits of your eyes, your hands, or your sanity. Use Health Break to ensure you take a break during long days of computer usage."; 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 = ''; } }