var fDesc=new Array(); fDesc[0] = "Use this tool to quickly enter time in Excel for individual employees, groups of employees, or have your employees fill out excel-based timesheets (included!) and then import into QuickBooks.

You can batch-create customized timesheets using Excel, email timesheets to employees, and then batch-import timesheets into QuickBooks. The XL Timesheet also supports importing time records from other sources, such as time clock software.

Enter start/stop times in Excel. Timesheets will automatically calculate the time worked for import into QuickBooks.

Create timesheets for one or multiple employees. Or, include multiple employees on one timesheet so you can copy/paste time from one employee to another to speed data entry."; 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 = ''; } }