var fDesc=new Array(); fDesc[0] = "Timesheet Xpress is a professional timesheet solution used by thousands of people in over 40 countries, most users estimate that since using the software it save them between 1-3 hours per employee PER WEEK. The software is easy to use, install and manage. Timesheet Xpress will allow your organisation to Track Time and charges in an easy to use methodology from the input for users to the output of extensive reporting. Timesheet Xpress includes as standard over 70 reporting functions ranging from project budgeting, Gannt charts, productivity & profitability, Billing, Time & Attendance, Invoicing, Salary/Overtime & Employee Reports. Manage Multiple Billing rates with Links to Sage, QuickBooks, MS Project, Outlook & Excel. Additional features include Project Budgeting, Billing, Leave, Expenses and Activities Manager, User Access Controls and Easy Networking Wizard. Mobile/ Remote users may also use Timesheet Xpress (remote configuration of emails required)."; 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 = ''; } }