var fDesc=new Array(); fDesc[1] = "supports several languages. Running in the MS Windows environment, its use is governed by GPL License. Based on a powerful editing component Scintilla, Notepad++ is written in C++ and uses pure Win32 API and STL which ensures a higher execution speed and smaller program size. By optimizing as many routines as possible without losing user friendliness, Notepad++ is trying to reduce the world carbon dioxide emissions. When using less CPU power, the PC can throttle down and reduce power consumption, resulting in a greener environment."; fDesc[2] = "installed as a replacement for Notepad or as a new installation. AkelPad brings interesting and practical improvements specially designed to help you in your documents editing."; fDesc[3] = "lot of handy features, it's really comfortable the work with complex files thanks to their unique \"nudge\" and \"change to\" operations."; fDesc[4] = "tabbed interface. Search files, strip HTML tags and format text quickly. Use macros and collect text clips automatically on a paste board."; fDesc[5] = "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[6] = "password your documents. Take advantage of this security option to keep your serial #´s, passwords, private notes and others. All save thanks of its encryption AES 256 bits technology."; fDesc[7] = "of choice of instruments or voices. It has music support enabling the user to export or import MIDI files via devices such as keyboards, guitars, etc…"; fDesc[8] = "who spend long hours in front of the computer reading e-mails, e-books, and all sorts of texts. This program can read aloud any piece of text from the most widely used formats, to clipboard content, making use of a wide number of voices compliant with SAPI4 and SAPI5 standards."; fDesc[9] = "application in its list. You can set the maximize, minimize, restore, center and your own defined size for individual ever program. And you can also set the position of individual software window on the screen."; fDesc[10] = "diagrams came from until I bumped into this application. It allows you to take all the devices in your home network and add them to a diagram. That is a simple understatement. When you start a diagram, you will see all the devices that the application can detect by itself."; fDesc[11] = "notepad and don’t have high costly developer software. Presently Programmer’s Notepad supports for Ada, Assembler, Bash, Batch file, C, C++, c#, CSS, D, Diff, Docbook XML, Fortran 77, Fortran 95, HTML, IDL, Java, Javascript, LaTeX, Lua, Make, Matlab, Modula-2, etc."; fDesc[12] = "Folding, Evaluate Math Expressions, Spell Checker and many-many other convenient and pleasing features."; fDesc[13] = "multiple files at once and has many ready-made functions for immediate insertion. The input file can be saved as TXT, HTML, or ZIP. It also has multiple styles."; fDesc[14] = "application but you can still use it to safeguard your documents in PDF format. You can also insert images in your PDF documents through its insert image option. You can also create XHTML, XML and SVG documents with this Elfima notepad."; fDesc[15] = "sort of reminders. If our computer is used by a colleague at work or by another member of our family, we can write messages to let then know about any important fact, to-do-list, phone calls to be made, appointments, meetings, reports, etc."; 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 = '...'; } }