var fDesc=new Array(); fDesc[1] = "and invalid entries, and running in perfect conditions. On the left of the Main Window, we can select several options or modes, Registry category features: Editing, Manual Cleanup, Automatic Cleanup, Search and Replace, and Optimization."; fDesc[2] = "tabbed interface. Search files, strip HTML tags and format text quickly. Use macros and collect text clips automatically on a paste board."; fDesc[3] = "for the option of replacing that text with different text. There are many features of this free software such as backup support, case sensitivity, multiple file types, subdirectory support and more. After searching or replacing the results tab will allow you to open the matched file(s) and view the contents as well as edit them. Simple Search/Replace was designed for searching plain-ASCII text files, such as source code, TXT, HTML, RTF, batch files or any other text file you might have. Simple Search/Replace is a FREE software program. If you need to find and replace text, or just find text, this utility is a must have. It is significantly faster and easier to use than any other search and replace utility out there."; fDesc[4] = "that had ENTER or NEWLINE inside. Some times I wanted to replace my TABS inside some textfiles. This program also supports plain textfiles, Unicode and UTF-8 files. To be able to do all these things in an easy way, I created Search And Replace."; fDesc[5] = "like a XML tester as well as a DTD validator. It includes search or replace in text or hex mode and has some built-in features like a DTD validator that also offer support to remote DTDs."; fDesc[6] = "replace in Microsoft Excel, Microsoft Word and PowerPoint files. Once you have find a text you were looking for, you can replace it with a text you previously wrote on the replace window."; fDesc[7] = "search & preview RTF and HTML files and documents. The search and replace process varies as in case of files that contain only text, the matching text may be replaced once the complete search is done with."; fDesc[8] = "replacing the text is big headache, especially for developers. Seeker provides a wonderful facility for all users to search files in easy steps with details like content, type of files, size of file and many more. Seeker also allows users to exclude some text during search."; fDesc[9] = "site. Arisesoft Winsyntax has support of brackets, highlighting, search of match and select of enclosed text options. You can drag and drop page tabs and with different coding you can search and replace text in the external files."; fDesc[10] = "most stressing task that a user can endure. Without any help, the user has to select files individually and change their names after a combination of clicks or hotkeys."; fDesc[11] = "it. You can search for documents that contain a specified phrase or keywords and then replace, insert or remove text, based on your needs."; fDesc[12] = "Replace, delete, insert .. operations. Search in headers\footers, hyperlinks, text frames in MSWord documents."; fDesc[13] = "be made by the 'Search and Replace' options filtered by wildcards and Regular Expressions. You simply have to specify a search pattern, optionally using a regular expression, and a replacement format, then let it run and it will do the rest itself."; fDesc[14] = "replace within multiple or bulk HTML documents. It makes the work of the webmasters, web designers and website administrators easy in searching and replacing a particular string within web pages which are in .htm and .html format This tool comes with built-in preview and HTML editor features."; fDesc[15] = "at once, replacing text, characters, decimal or hexadecimal values. As the program does not need to load an entire file into the memory, you can edit very large files with no memory compromise. You can replace just one value, or several values."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }