var fDesc=new Array(); fDesc[0] = "Tahometer is a smart and efficient application that helps you track employee working time, and keeping you informed.

Main features:

- Suitable for software development outsourcing
- Reduces non-productive expenditure by making screenshots
- Automates reporting, tracks projects budgets
- Works even without internet connection
- Exports reports to Excel and CSV"; 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 = ''; } }