var fDesc=new Array(); fDesc[0] = "Sage DacEasy is a powerful, easy-to-use, complete accounting solution. At the core of Sage DacEasy is a series of fully integrated modules that give you vital information that's key to your successfully operating your business.
Sage DacEasy makes it easy to select the best edition for your business. From simply running Accounting to choosing a combination with Accounting, Payroll, Job Costing, Order Entry, and/or Point of Sale, Sage DacEasy offers the blend you need to help run your business successfully."; 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 = ''; } }