var fDesc=new Array(); fDesc[1] = "standards), Popular (used by many tools), Tested and Reliable (it has been available for years), easy to use for the final user (windows installer), Multi-platform (Windows NT/2000/XP/2003), commercial support in the website of CACE Technologies."; fDesc[2] = "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[3] = "accounts, such as Hotmail and Yahoo Mail. This program adds cool features for customizing your e-mail messages by adding stationery, emoticons and even voice messages."; fDesc[5] = "like and to the location you want. But that is not all, you also can take multiple screenshots from the video you're working with and put them together into only one image file, with and amazing comic-like look!"; fDesc[6] = "performance. An interesting feature is that you can customize the way the program performs the defragmentation process. It is available in different languages and distributed under the GNU licence."; fDesc[7] = "folders at once, analyzing folders before synchronizing them, restoring overwritten or deleted files. You can also plan synchronizations to be performed at a given time and date. Synkron runs on Mac OS X, Linux and Windows. It´s distributed under the terms of the GPL v2 licence."; fDesc[8] = "topics in electronics, mathematics, geometry, statistics, programming, chemistry and electricity. You will also be able to use Yenka to create lessons using its content."; fDesc[11] = "situations (Australia and Yugoslavia). With DLT you will be able to learn very quickly on the try - next or beep-see correct."; fDesc[12] = "testing, Web activation, electronic Software Distribution, protects multiple modules per application, available in 13 languages"; fDesc[13] = "Snare Agents for Windows, Solaris, AIX, Irix, ISA Server, IIS Server, Lotus Notes (and others), plus any syslog-capable device"; fDesc[14] = "Browse the question pools. Read in-depth explanations of each question. FCC Part 97 rules included."; fDesc[15] = "Copy Protection / Network licence PC, User, Floating / Shop Integration"; 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 = '...'; } }