var fDesc=new Array(); fDesc[0] = "Sage Peachtree Accounting provides easy-to-use tools to help manage your expanding business needs. Based on real, double-entry accounting principles, it includes features such as inventory management, business analytics, payroll, and customizable reports.

Manage features:

- Manage Employees
- Control Cash Flow and Budgets
- Works with Microsoft Excel and Word"; 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 = ''; } }