var fDesc=new Array(); fDesc[0] = "TK8 Personnel HRM is an easy-to-use software for managing human resources in small and medium sized organizations. It is a tool every human resource manager should have!
You can keep all the employee data in one place, organized and available when you need it.
TK8 Personnel does not only store information, but also helps you to use it. Nice and fast user interface makes it easy to find required information quickly. Searching, grouping and reporting has never been easier.
Powerful scheduling module is included, so you could manage leaves and shift data with payouts.
By using TK8 Personnel you can also take advantage of Evaluation Manager module, which makes employee appraisals and comparisons fast, simple and accurate."; 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 = ''; } }