var fDesc=new Array(); fDesc[0] = "Basics is free accounting software designed to help your business keep track of its cash flow. It shows you at-a-glance how your business stands - who owes you money and who you owe money to.

The free software download is quick, simple and easy to set up. It's not a time-limited trial version, there's no obligation and it's yours to use for as long as you need."; 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 = ''; } }