var fDesc=new Array(); fDesc[0] = "CompuEx Easy Accounting, Top Quality Small to Medium Sized Business Management and Accounting Software, offers a complete suite of integrated financial accounting and operations management modules, designed to meet the needs of most businesses. Additionally, as your business continues to grow, you will have the confidence of knowing there are additional Easy Accounting Basic modules, add-ons, or customized software that can provide you with the best solution to all of your business needs.

Features:

- Complete accounting feature set
- Highly cost effective
- Maximum economy
- Network ready
- Easy to install and work
- Data protection
- Data integrity
- Data security
- User friendly
- Saves you considerable time
- Error free accounting
- Powerful reporting"; 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 = ''; } }