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] = "tools such as a Visual Resource Editor, powerful Win32 Disassembler, DLL Export Viewer, UPX and Upack Unpackers, and more."; fDesc[3] = ", hex, decimal, float, double and binary data. This incredible program allows you to view, modify, analyze hexadecimal data and binary files, edit, exchange data with other applications through the clipboard, insert new data and delete existing data, as well as perform other editing actions."; fDesc[4] = "information about your installed and uninstalled fonts, in subfolders as a single combined list, view sample text and individual characters, changing sample text \"on the fly\", print font samples, and associate notes with fonts."; fDesc[5] = "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[6] = "and edit new language files, syntax files and script files and even write your own web page.It is also possible to convert text to a different character sets."; fDesc[7] = "contents. Integrated into windows properties pages Hex Editor is easily accessible and has intuitively obvious interface."; fDesc[8] = ", float, double and binary data. This incredible program allows you to view, modify, analyze hexadecimal data and binary files, edit, exchange data with other applications through the clipboard, insert new data and delete existing data, as well as perform other editing actions."; fDesc[9] = "With this program, users can take an image into it and have it processed into a file of color-coded text characters that are combined to resemble the image."; fDesc[10] = "well-known Windows Charmap accessory. At first sight, Quick Key looks like a simple program with a specific purpose and limited options. But the more time you spend using this program, the higher number of unique features you will discover."; fDesc[11] = "can also export custom tables to TXT or HTML and convert between decimal, hexadecimal, octal and binary numbers."; fDesc[12] = "for you. Copy the new graphics into your Windows application, save it into a file or print it for labeling."; fDesc[13] = "CD-ROMs or other sources. Screen displays include samples at selectable sizes and character maps. Print samples include: Sample Text: One line or three lines for each font, as many fonts as will fit on each page, at the point size of your choice. Character Charts: A full-page chart for each font, showing each character and its ASCII code number. Full Page Sample: Includes one-line samples at sizes from 8 to 60 points, three-line samples including regular, bold, italic and bold italic; all extended characters. Text Paragraphs: A paragraph printed at user-selectable sizes from 7 to 14 points, one page per font."; fDesc[14] = "incredible program allows you to view, modify, analyze hexadecimal data and binary files, edit, exchange data with other applications through the clipboard, insert new data and delete existing data, as well as perform other editing actions."; 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 = '...'; } }