var fDesc=new Array(); fDesc[1] = "videos. AviSynth works as a frameserver, providing instant editing without the need for temporary files.AviSynth itself does not provide a graphical user interface (GUI), but instead relies on a script system that allows advanced non-linear editing."; fDesc[2] = "technology generation of virus recognition. Ad-Aware SE Personal protects your system against malicious programs, identifies and removes spyware and makes a fast scanning."; fDesc[3] = "inventory, managing service upgrade schedules, and monitoring host or service uptime. Nmap features many port scanning mechanisms (both TCP and UDP)."; fDesc[4] = "viewers often only show you the processes and that is all they do. What's Running takes things one step further by adding services, modules, network connections, and more to the mix."; fDesc[5] = "computation, visualization, and programming in an easy to use environment. It can be used in, Math and computation, Algorithm development, Data acquisition, modeling, and simulation. It cah aldo be used for data analysis, etc."; fDesc[6] = "options included on the original program through a graphical interface. This program is distributed as a Freeware program and is available in several languages."; fDesc[7] = "processes. FLAC developers have selected this interface as an integral part of their distribution files. Its simplicity of use, together with its multi-platform approach, made FLAC Frontend to become the default interface for FLAC, the most widely used codec for a loss-free audio compression."; fDesc[8] = "emulation of many network devices and many devices can be added by setting up different configuration to emulate the desired network device. It supports Multilanguage. GNS3 works on Windows, Linux and MAC OSX platforms."; fDesc[9] = "programming environment is completely graphical. Games created with this software are built through elements that you can drag and paste as if they were LEGO pieces. Thus, creating a small program is a simple and fun process."; fDesc[10] = "original source code from the already compiler binary CLASS files that is Java Applets. Besides, it is a fully featured Java editor that uses graphic user interface with syntax coloring. But you do not need to have Java Virtual Machine (JVM) or other Java SDK pre-installed."; fDesc[11] = "a graphics editor tool that is used in such purposes. These graphical data contain mathematical solutions and it is not possible to edit these images in a simple editing tool."; fDesc[12] = "processes) for brainstorming, capturing ideas, problem solving, rational analysis, and decision making. It comes with example templates for the user to quickly create a mind map diagram."; fDesc[13] = "more than 160 locations, in two different worlds. The game has more than 50 speaking characters that you can interact with. Through the journe you will have to explore, solve puzzles, meet new people, face terrifying monsters, learn, and grow."; fDesc[14] = "character-based applications on UNIX, Linux, and OpenVMS hosts. Attachmate has implemented GLX 1.3 and OpenGL 1.4 support to ensure optimal performance for graphical applications."; fDesc[15] = "the creation of multi-platform applications with and without a graphical user interface. wxFormBuilder itself has a very streamlined interface which is very easy to use. This version includes a pretty neat WYSIWYG visual editor."; 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 = '...'; } }