var fDesc=new Array(); fDesc[0] = "Finder is a powerful tool for really fast and easy searching any files on your computer or local network. It is radical alternative for standard Windows file search utility.
Finder features
Find files, which Windows can't!
Specially optimized fast files processing.
Find any files on your computer or local network.
Mask search with "*" and "?" wildcats characters.
String search in files, including PDF, Unicode, Word Perfect and Microsoft Office files.
Inverted string search (for files not contains string).
Optional code page selection OEM-DOS, ANSI-Windows, Unicode-Windows XP.
Results can be saved to text or CSV file
Search in ZIP with extremely fast "Search in ZIP files" option!
"Show Hints" option - very useful if you search files by string.
And more..."; 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 = ''; } }