var fDesc=new Array(); fDesc[0] = "What is Serpentime?
Serpentime shows how much time you spend in each application running on your computer. With Serpentime you can see how much time you work and how much time you rest.

Benefits of using Serpentime
Serpentime is the easiest way to organize and optimize your time. Knowing how much time you spend in different programs, you can increase your productivity by optimizing the ratio between working and having rest.

Features of Serpentime:

Shows how much time you work with an application - not how long this application is running;

Shows statistics for each application;

Builds diagram of applications use;

Displays details for each application;

Supports many languages for interface."; 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 = ''; } }