var fDesc=new Array(); fDesc[0] = "Paymastr is a Windows stand alone payroll program, that now features built-in email support. Paymastr is included in the full version of Delta60 Accounting Software, and is integrated with its General Ledger module. Within Paymastr you can manually update state and federal tax charts. Non taxable deductions such as 401k are input as a percent of the gross. Payroll summaries include: Current Payroll, Month, Quarter, and Year-to-date. The setup file is about 5.2 megabytes and takes approximately 1 hour to download with a 56k modem. Paymastr runs under these conditions:"; 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 = ''; } }