var fDesc=new Array(); fDesc[0] = "Can help you search any text contained in any PC files and let you view the words surrounding your search text simultaneously. A large number of useful options makes it possible for you to filter your search. These options include file type, location, and the time/date stamp. Smart Text Finder(TM) can create various indices with names reflecting your own search preferences. Each index contains unlimited number of directories from which you search your specified text. Both a hit list of file names and phrases surrounding the searched keywords can be shown. You can also choose the number of surrounding words to display, and print or save the search results to an .RTF file. Smart Text Finder(TM) can display up to 99,999 files containing your search text. It is fast and extremely easy to use. With Smart Text Finder(TM), you no longer need to worry about missing letters or documents located somewhere in your PC."; 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 = ''; } }