var fDesc=new Array(); fDesc[0] = "Accountant Edition is really a great program with lots of easy to use features but the best is probably the Client Data Review and the capability to fix client errors in a short time.

Save time by working in different company files at the same time. Streamline your workflow by managing your clients' company files, user names, and passwords in one place. Improve productivity by simultaneously working on the same company file as your client.

No more complex, time-consuming workarounds, or separate spreadsheet, now you can create balance sheets by class directly in QuickBooks Accountant."; 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 = ''; } }