var fDesc=new Array(); fDesc[1] = "favorite audio files. It is very easy to use with very comprehensive functions for the management and playback of audio files."; fDesc[2] = "Windows XP, Vista and Windows 7. WinEdt can be used as a front end for compilers and typesetting systems, such as TeX or HTML. It allows you to customize highlighting schemes and features multilingual spell checking. You can download word lists from WinEdt.s Community site."; fDesc[3] = "provides you with range of features like formatting options, highlight keywords, background and font color, font styles, print option, save as GIF option, Auto copy and many more."; fDesc[4] = "color coded. A very useful Visual Editor is included in the application for watching the conversion results and for possible necessary retouches on the generated image. Output resulting image can be resized for matching any picture container."; fDesc[5] = "and contain information about them. You can use Notepad to open NFO files, although they don't always look very well. But NFOpad is a freeware text editor and viewer especially designed for those files. Small, handy and specific."; fDesc[6] = "contents. Integrated into windows properties pages Hex Editor is easily accessible and has intuitively obvious interface."; fDesc[7] = "to create ASCII Art in an easy manner, as well as to edit any ASCII Art picture. All the created pictures can be rotated and flipped around."; fDesc[8] = "includes an ASCII editor for direct drawing on a grid, using the ASCII characters shown below the grid. Users can create figures, pictures, etc. on their own imagination."; fDesc[9] = "image, and press the button. Within seconds, the image will be converted into text mosaic art. This program can help hide secret messages in images, and also combine art with words."; fDesc[10] = "purpose have to work in different number formats like ASCII, HEX, binary and many more. It is very difficult for user to convert number formats like HEX to ASCII or ASCII to HEX by calculating manually."; fDesc[11] = "can be saved, sent as a picture, inserted into documents or printed. Each text character takes the individual color of the small area it is replacing and the original picture will be recognized."; fDesc[12] = "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[13] = "alphanumerical characters. You can convert a full image or select a specific fragment using its built-in lasso functionality. The built-in OCR.Net component uses neural networks technology and statistical analysis to accurately identify the text characters."; fDesc[14] = "application for ASCII Art creation. Art words, signatures or photos can easily generated with this small but powerful program. ASCII signatures are useful for being used along with emails or other shared documents."; fDesc[15] = "multiple programs such as DLIS to LIS converter, LIS to DLIS converter, Log Data converter, DLIS to ASCII converter, LAS certify, ASCII info view, DLIS info view and PDS view."; 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 = '...'; } }