var fDesc=new Array(); fDesc[0] = "Sage ERP Accpac is award-winning Business Management software that helps small- and mid-sized businesses manage their accounting, operations, and customer relationships.

Sage Accpac Version provides performance improvements that allow you to accomplish more with fewer resources, save you time and money, and help you grow your business faster.

Main features:
- Improve visibility into business measurements with the new Sage Accpac Intelligence
- Better manage IT costs and facilitate secure system access through utilization of virtualization platforms
- Improve cash flow with built-in AR inquiry tool
- Decrease operation costs through better management of your inventory
- Gain accurate view of cash position with improved workflow in Bank Service
- Reduce the risk of penalties and fees through the new functionality in Payroll
- Improve productivity of your workforce with user-requested enhancements"; 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 = ''; } }