var fDesc=new Array(); fDesc[0] = "Streamline your workflow by creating and customizing advanced statements and documents.
Features:
* Save time and improve data accuracy using the "live link" between QuickBooks Accountant and Microsoft Excel[1] and Word[1]
* Edit and format statements and documents using many of the Microsoft Excel and Word commands you already know
* One button updates makes creating new statements faster than ever
* Compile documents and statements into PDF format[2] to present professional reports
* Design your own custom statement and document templates that can be reused with any number of clients
* Compatible with Microsoft Office 2003, 2007 and 2010 [1]"; 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 = ''; } }