var fDesc=new Array(); fDesc[0] = "Time keeper software to log time for customers or projects

HourGuard is an easy to use time sheet recording software designed to relieve the pressure of having to account for your time.

Using this timesheet freeware is simple. Just click start when you begin working on a task and stop when you're finished. HourGuard will store this as a timesheet entry.

When you have completely finished your task or at the end of the day, month or week, HourGuard will create a full timesheet including a break down of what you did when. HourGuard also lets you create invoices to bill for your time."; 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 = ''; } }