var fDesc=new Array(); fDesc[0] = "The Remote Connector for QuickBooks makes it easy for applications to connect to local and remote instances of QuickBooks. The application is commonly used by developers to connect with QuickBooks from remote machines. An easy-to-use web-based proxy for servicing requests between Apps and QuickBooks Desktop & Server. Straightforward user-level access controls with fine-grained control of access and permissions. Works with any tool, application, or component that can send and/or receive QBXML. Advanced connection logging capabilities with configurable output verbosity."; 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 = ''; } }