var fDesc=new Array(); fDesc[0] = "Simply Accounting was designed for fast moving businesses. It's easy to use, yet powerful enough to keep up with all your accounting needs. Whether you sell products or services, Simply Accounting has all you need to run your business. It automates everything from making purchases to making sales and everything in between. It's even flexible enough to meet the most demanding payroll requirements.

With Simply Accounting, all the information you need to make important business decisions is at your fingertips in easy-to-read reports and graphs. Simply Accounting is your key to growth and profits."; 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 = ''; } }