var fDesc=new Array(); fDesc[0] = "Timesheets Lite is our free timesheeting software. It is ideally suited to a project based environment where you need to track your employees time against projects.

Key features of Timesheets Lite include:

Completely free for use
Simple to use interface
Create and delete employees and projects
Allow employees to book time against projects
Generate reports suitable for invoicing in Microsoft Excel
Multi user system with user security (including password control) and permissions
Centralised database allowing multiple client installations and one secure database location
Uses Microsoft Access database allowing you to generate your own reports easily using Access.
Full source code available for modification
On going support and development
Timesheets Lite is ideal for:

Project based businesses
Consultants
Builders
Accountants
Programmers
Engineering firms"; 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 = ''; } }