var fDesc=new Array(); fDesc[1] = "unnecessary elements (foreign language audio or subtitles, extras, additional footage) from the target DVD or just by compressing the existing contents. After setting the desired parameters, you can record your new DVD, or backup it to hard disk."; fDesc[2] = "is a replacement for Windows Explorer’s copy functionality. It replaces Windows Explorer file copy and adds many features like transfer resuming, copy speed computation and control, improved copy progress display, copy list editable while copying, and an error log."; fDesc[3] = "with a fresh new look. Change the look and feel of your desktop icons with this amazing tool. This tool comprises a package of icons and is able to change or replace hundreds of icons on your Windows."; fDesc[4] = "program is uninstalled, this is not deleted completely from your hard disk. There is where Uninstall Tool can help you to literally uninstall and delete all traces of the program you want to get rid of."; fDesc[5] = "If you want to add or modify shortcuts and menus in your favorite programs to make them more consistent or easier to use, Resource Hacker will do it fairly easily."; fDesc[6] = "You can rename files in so many different ways. For example, you can grab a bunch of files and add a letter to them all. You can also add a sequence of numbers to your files."; fDesc[7] = "tabbed interface. Search files, strip HTML tags and format text quickly. Use macros and collect text clips automatically on a paste board."; fDesc[8] = "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[9] = "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[10] = "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[11] = "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[12] = "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[13] = "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[14] = "Replace, delete, insert .. operations. Search in headers\footers, hyperlinks, text frames in MSWord documents."; 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 = '...'; } }