var fDesc=new Array(); fDesc[0] = "Cratchit.org TimeTool for Windows is a simple tool I use to keep track of the projects on which I work. Basically, it amounts to a timeclock. It's not fancy or complicated, but it does the job for me.

Cratchit.org TimeTool for Windows is available from here. You can use and distribute the program freely, as it's distributed under the GNU General Public License.

Even though this is a Windows program that contains quite a bit of graphical elements, Cratchit.org Timetool for Windows is small enough to fit on a floppy disk along with the data file and still leave enough room for a boatload of exported .CSV files. It's as easy and as fun to use as online bingo!"; 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 = ''; } }