var fDesc=new Array(); fDesc[0] = "Convert QIF to correct QIF and import into Quicken PC 2005-2018, Quicken 2007 Mac, LessAccounting, YNAB, NetSuite, MYOB, AceMoney. Select compatible QIF variant for your accounting software.

Start Quicken and click File, then File Import, then QIF file, on the import screen, select 'All accounts' from the account drop-down list. Ignore the message about QIF limitations. Review your imported transactions."; 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 = ''; } }