var fDesc=new Array(); fDesc[0] = "QBO2CSV helps you convert a QuickBooks QBO transactions file to MS Excel and CSV formats. After loading a QBO file, you can review the transactions in a readable view before converting them. QBO2CSV supports regular CSV, CSV Xero, CSV Quickbooks Online, XLS, and XLSX formats."; 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 = ''; } }