var fDesc=new Array(); fDesc[0] = "The Klokwork Team Console is designed for use by any organization or group that needs to have multiple Klok Pro Users track time against the same projects but don't need or want the ongoing costs of a hosted solution. The bullets below highlight product capabilities and notable features.

An unlimited number of Klok Pro users can track time against the same projects. Efficiently manage projects and resource assignments in one location. Flexible project hierarchies provide managers with the freedom to set up projects just the way they like. Aggregate reporting provides analytic views and insights across resources, projects, and time entry tags. The ability for team members to work remotely."; 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 = ''; } }