var fDesc=new Array(); fDesc[0] = "1099-B Importer converts the .csv file provided by your broker into a .txf file that can be easily imported in your tax software. It is completely FREE! No transaction limits, no upsell, no registration, no ads ... It works on virtually any .csv file; just specify the column mapping. No need to upload your financial information to an untrusted website, all the software runs on your computer. No need for Excel or expensive 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 = ''; } }