var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to append a string of characters in any of a set of files that do not contain a user-defined string. The user simply adds text files or chooses an entire folder for processing, enters the search string and the one to append. The second window displays the results and the user can choose a destination folder for saving the appended files. The software includes sample files as an aid to new users."; 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 = ''; } }