var fDesc=new Array(); fDesc[0] = "With UserTime software you can record and analyse the time you spend on your computer.Features:
-Record the time your computer has been running
-Record the time you are actively using your computer
-Use stopwatches to time individual projects
-Produce professional graphs & reports showing computer usage with just a few mouse clicks
-Store away statistics about different users and computers for analysis later
-Run quietly in the background without interrupting your daily work"; 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 = ''; } }