var fDesc=new Array(); fDesc[0] = "Converts your transaction files into a readable format ready to archive or print. Convert PDF to CSV/Excel and import into Excel, QB Online, Xero, YNAB. Extract transaction data from text-based PDF files from your bank. PDF statement must be downloaded directly from your bank. When you open a PDF file in a PDF viewer, the text must be selectable and allowed to be copied."; 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 = ''; } }