var fDesc=new Array(); fDesc[0] = "Timesheet Xpress software offers Productivity and Project Time Tracking solutions for a wide range of users in the public, private and third sectors. Whether you are a self employeed consultant or part of a large corporation and need to track project time with costs using timesheets, the key features of Timesheet Xpress will help you manage and reduce your ongoing time sheet administration costs especially if you are be liable to audit of timesheet processes."; 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 = ''; } }