var fDesc=new Array(); fDesc[0] = "Fully automated time tracking and project tracking software with time statistic analyzing and informative reporting capability for you to track billable hours, project analysis or simply to be conscious of your time spent while concentrating on real work.

Time tracking is make easy without your manual involvement and you simply won't have unrecorded time or lost billable hours. Time is recorded exactly as worked, on application you run, document you open and web-site you visit. With our easy-to-create assignment rules, you can automatically categorize your work time into hierarchical categories. Extremely flexible report customization where you can view all your work time in any hierarchical order up to your imagination. Suitable for individuals or small to large staff groups"; 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 = ''; } }