var fDesc=new Array(); fDesc[0] = "Web TimeSheet is the web-based time, expense, and billing solution. Differentiated by its ease-of-use, flexible configurations, and advanced automation and timesheet functionality. Simplify time keeping and time tracking for employee time sheets. Web Timesheet is the time clock software that provides organizations with real-time visibility into project profitability and workforce productivity. Deliver projects on-time and on-budget with our time tracking and project billing software. Web TimeSheet also integrates with leading Project Management, Accounting, ERP, and Payroll systems for advanced project tracking. Download Web TimeSheet today!"; 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 = ''; } }