var fDesc=new Array(); fDesc[0] = "A simple, easy-to-use application to track your time as you work.

-Track projects in real time
-Generate timesheets invoices and more
-Visualize your work history

When you first run Plock you’re presented with your list of projects. You can add and remove projects, or edit project tasks.

To start the clock, select a project and hit start - or simply double click on a project.

Projects can also be accessed through the system tray icon.

When the project list window is minimized, it disappears completely, eliminating desktop clutter."; 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 = ''; } }