var fDesc=new Array(); fDesc[0] = "The Access Your Biz™ Small Business Edition is recommended for businesses which generate 5,000 transactions* or less per year.

It is accounting software specifically designed for smaller companies. Included are a wealth of features normally found in mid-level software programs yet at a very reasonable price.

The features provided on the Small Business Edition software will allow your small business to handle information more efficiently. We hope to make your small business grow by offering software that will help you manage your information more intuitively."; 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 = ''; } }