var fDesc=new Array(); fDesc[0] = "Microsoft Money is quite strict on the correct format for OFX (Open Financial eXchange) files. Sometimes you will receive files from the financial institution which do not import into your MS Money file, and it is not clear what the problem is. These problems could cause unexpected crashes or freezing in the account register.

One way of determining whether the problem is with the OFX file, is to put it into the OFX Analyzer tool that Microsoft created which will validate the conformance of the file to the standard used."; 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 = ''; } }