var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to extract list content from text and/or HTML files. Now you can perform custom extraction of return delimited columns. You can begin and end extraction from character positions and/or character values, or you can extract every column and treat a defined character as a line break in the output. This versatile utility can save you hours by automatically extracting and formatting lists to your specifications. Results can be saved to text (return delimited) or CSV format."; 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 = ''; } }