var fDesc=new Array(); fDesc[0] = "QFX to QIF extracts transactions from QFX files and converts them into QIF format for importing into Quicken. It provides simple-to-use screens that guide you through the conversion process. Smart algorithms perform automatic checks and bypasses non-relevant errors. U.S. abd European date formats and global currencies are supported."; 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 = ''; } }