var fDesc=new Array(); fDesc[0] = "Use the OFX Reader to import your OFX, QFX, or QBO files into Excel. Also, import your statement data as a step to convert it to another format from Excel.

After import, your data appears in a register layout with rows and columns. The tool supports checking, savings, credit card, and stock/investment accounts (including 401K & other retirement account downloads from your FI.)

The tool works with Excel 2000 - 2010 for Windows."; 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 = ''; } }