var fDesc=new Array(); fDesc[0] = "Bank2OFX is an useful utility to convert QIF, OFX, QFX, QBO, OFC files to the OFX format. Open your bank file in format you have and convert to OFX format.

OFX format is supported by many applications such Microsoft Money, Sage , Sage 50, PeachTreee, Simply Accounting, Quickbooks online, AccountEdge, YNAB, Wave Accounting, Quicken Essentials for Mac and many others.

The application supports several OFX variations for successful import - check the Settings tab to create OFX that will work with your accounting software."; 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 = ''; } }