var fDesc=new Array(); fDesc[0] = "Keep track of how much time you spend doing different working projects. Makes it easy to bill your working power to other companies or use it internally. Build your own hierarchical project/account tree. Easily start logging project time using the build-in elapsed timer. Select a project account and punch it on a chosen task. Supports multiple users, projects, accounts. Minimum time record increments are down to a second. Billing and cost rating. Export reports to other applications. Direct printout of reports. Windows taskbar integration.
The program comes with a complete setup, uninstall feature and online-help. Other freeware and shareware products at: www.image-integration.com"; 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 = ''; } }