var fDesc=new Array(); fDesc[1] = "nice, easy and intuitive interface will help you manage all kind of text formats and programming languages such as HTML, PHP, Java, Perl, Javascript."; fDesc[2] = "RegEdt32, Registry Workshop adds many powerful features that allow you to work faster and more efficiently with registry related tasks."; fDesc[3] = "code examples. The excellent BASIC editor is prepared for coloring the written syntax, comments, variables, etc. It also includes find, replace, undo, copy, cut, paste, restore, print the code, a font editor and a simple but useful Icon editor, math features, among other useful utilities."; fDesc[4] = "programmers can use HexEdit to patch files or fix corrupt files such as documents and databases. Hex Edit is very stable and easy to use software which saves a lot of user’s time and effort by allowing him to track down and fix problems fast."; fDesc[5] = "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[6] = "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[7] = "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[8] = "provides good file management options that are suitable for programmers, web-users as well as novice level computer users. It offers a handy solution for dealing with hundreds of files and saves the user from manual hard work, just at the mere click of a button."; fDesc[9] = "Replace, delete, insert .. operations. Search in headers\footers, hyperlinks, text frames in MSWord documents."; fDesc[10] = "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[11] = "computers. It was developed for finding text fragments in multiple files and replacing them. The application can really save your personal time, because you don’t need to open each document and correct it manually."; fDesc[12] = "search in values, formulas and comments, with search in all opened or selected worksheets and workbooks, with free moving around search results, and with replace values in found items. This Excel add-in reduces the number of clicks to one and the search time to a second and adds no new workbooks or VBA macros to your Excel."; fDesc[13] = "option to find and replace multiple sets of words. Word 2000 or higher required."; fDesc[14] = "Simpli-File Find, Replace and Insert is the easiest way to change text in multiple files! It's easy!"; fDesc[15] = "software not only replicates Excel’s existing searching functionality, but also offers you the possibility of using “regular expressions” to perform selective replacements in extremely complex character strings and formulas."; 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 = '...'; } }