var fDesc=new Array(); fDesc[0] = "Abex TXT to Excel Converter is a practical conversion tool to help you convert Plain Text files to Microsoft Excel spreadsheets formats like XLS, XLSX, XLSM. It preserves all the data as well as the layout and formatting of the TXT files after conversion. Convert TXT to Excel document within only 2 simple steps, no any special computer skills are required. Just add TXT files to the list and click the Convert button, this software will directly convert them to an Excel document. Abex TXT to Excel Converter supports convertion of of TXT files to Excel ones in a batch."; 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 = ''; } }