var fDesc=new Array(); fDesc[0] = "It converts bank, credit card files in CSV/Excel format to the QFX (Web Connect) format.

CSV2QFX tries to parse your CSV/Excel files even if the files are not following its specification. Once the transactions are inside the application, you can convert them to an QFX file following the specification, so your accounting software that could not import a CSV or Excel file, can now import transactions as a QFX file."; 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 = ''; } }