var fDesc=new Array(); fDesc[0] = "ManicTime automatically records your computer usage. It remembers which apps you've used and for how long. It will also remember which web sites you've visited and which documents you've worked on. This data can help you keep track of your work hours or find out where you are wasting your time.

ManicTime is not a cloud based service, instead it uses a local datastore; all the recorded data are kept on your Windows PC. Hence, it can work without Internet connection, and you are also protected from Internet-based data breach. Data collected by ManicTime will be presented in an easy to understand graphical interface. This will help you to quickly figure out when you went to lunch and when you've switched tasks."; 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 = ''; } }