var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to extract lines that contain certain text or characters in one or more MS Word documents. On the other hand, there is a feature to extract lines that do not contain certain text or characters. There is a feature to extract text between specified starting and ending character(s) and also a feature to extract text by line number. This software will allow you to save your extraction results to a text file. By quickly scanning and pulling out your desired data, this software will save you hours of time having to look by eye. Word 2000 or higher required."; 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 = ''; } }