var fDesc=new Array(); fDesc[0] = "Activity Timer can track all the times when you use the mouse or keyboard. In this way you can find out exactly how much time you spend at the computer on each of your projects or tasks.

It can automatically keep track when you change project, or you can quickly change task yourself by hand."; 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 = ''; } }