var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to append specified text to multiple lines in a text file. The user simply adds text files/s or chooses an entire folder of files for processing. The user-friendly interface makes it easy to have text appended at the beginning or end of each line, at the position of a user specified character, or before or after a user specified set of characters. With this easy to use software, appending text to numerous lines in a large number of files only takes one click."; 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 = ''; } }