var fDesc=new Array(); fDesc[0] = "L4X is an "add-in" for Microsoft Excel which allows "example" worksheets to be scripted in a little language that controls exactly what text is imported into Excel and when. L4X is designed to make the import of text from "legacy" reports into Excel worksheets as easy and as fast as possible, it can also import comma-separated values (CSV) and other delimited values from a text-file."; 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 = ''; } }