var fDesc=new Array(); fDesc[0] = "WorkTime Personal Free is a free computer monitoring tool for self-monitoring. The software displays how much you spend using the Internet, Facebook, other social network websites, playing games, and working with your computer; the data being available at a glance. Reports are designed to monitor your progress. Also, they show information about computer use, software/Internet/websites use, and more. WorkTime Personal Free offers a wide variety of information on how to maintain a good health while working with a computer. The software is highly customizable; it can be adjusted according to your specific needs. This 100% free and safe software offers a commercial level quality to its users. WorkTime Personal Free is a product from WorkTime family, developed for monitoring purposes."; 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 = ''; } }