var fDesc=new Array(); fDesc[0] = "Powerful, multi purpose utility which performs several handy functions on text,html or any type files or blocks of text from the clipboard. Includes a powerful search and replace feature which, unlike many word processors, allows you to search for and replace any size block of text in any number of files in the same folder with optional back up. Also, the program can tally the number of lines, words, and characters in any one file, and even optionally count the number of occurrences of a keyword or phrase in any file. In addition, TextWiz can monitor your clipboard for text copied there and tally lines, words, characters, and keyword occurrences in it as well. a must have for HTML programmers or anyone who works with text or code. Now includes FTP upload feature and html Meta tag manipulation feature."; 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 = ''; } }