var fDesc=new Array(); fDesc[0] = "Data Transfer Utility allows QuickBooks users to quickly and easily transfer (merge) list and transaction data from one QuickBooks file to another QuickBooks file. Using simple parameters, the Transfer Utility automatically makes the transfer while allowing you to control the process. QuickBooks files are opened and closed by the Transfer Utility and the regular QuickBooks program does not have to be running. Small transfers can be made in less than a minute."; 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 = ''; } }