var fDesc=new Array(); fDesc[0] = "A small and easy to use time tracking application build on Adobe AIR.

Main Features :

- Add, delete and modify projects and tasks
- Activate timer in application or in system tray
- Counts even if your computer is on standby
- Detailed calender view to maintain your progress
- Add, edit and delete time entries
- Custom date- and timeformat
- Autostart at system logon
- Minimizable to system tray or Mac OS X dock
- Custom timer idle timeout
- Export timetracking data to CSV files
- Automatic program updates"; 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 = ''; } }