var fDesc=new Array(); fDesc[1] = "home use. This program protects you from viruses and spyware and includes several modules like Instant Messaging, Internet Mail, Network Shield, Outlook Exchange, P2P Shield, Standard Shield and Web Shield."; fDesc[2] = ", Java Core Classes, Java Plug-in. Java 2 Runtime Environment Standard Edition is the core component of Java Development Kit."; fDesc[3] = "execution of java-based software, and also the visualization and interaction with java applets embedded in web pages."; fDesc[4] = "files. It can be easily downloaded from Microsoft Update site or using the automatic updates in Windows. For the installation Windows Installer 3.1 is needed."; fDesc[5] = "11 new security updates. One of these updates are related to vulnerability in Excel named MS08-043, (KB 954066). Please keep in mind that this security update replaces the following security: 946974 MS08-014: Description of the security update for Excel 2007: March 11, 2008"; fDesc[6] = "diverse information about the hardware and software installed on your system. As expected from a free version, this version is limited for personal use, which mean that can´t be used for commercial reports and doesn´t have any kind of tech support."; fDesc[7] = "in the form of cache, unused setup files and lost file fragments etc. It has an automatic and manual mode for execution. Manual mode is for experienced users to analyze and select the files for deletion while automatic does it without any user intervention."; fDesc[8] = "formatting, class and methods auto-completion, indexing of user directories and a lot more. This new version features more extensive configuration wizards for beginner users, and enhanced CSS WYSIWYG tools."; fDesc[9] = "drives doing a CHKDSK before to start the defragmentation. SpeeDefrag 5.2 Freeware version has no GUI (Graphic User Interface) to keep tracking on the progress of the process. A command prompt shows the begin of the defragmentation and a warning that the defragment is in process."; fDesc[10] = "important thing it is Freeware."; fDesc[11] = "screensavers. You can deal easily with several common issues like Kiosk mode, splash screens, trial limitations and a lot more. But watch out, the license fee is quite high, so think it twice before using it!"; fDesc[12] = "that can be executed include windows shutdown, logoff and restarting windows. GoGostop can have many programs to be listed for execution at the same time. GoGostop has been developed as multitasking software capable of multiple threading the application for faster execution."; fDesc[13] = "execution. This game, apart from being really fun and exciting, is a good chance to build up vocabulary and improve spelling."; fDesc[14] = "availability of an unlimited number of Alarms, Count Down Timers, Stop Watch Timers and Task Execution feature. CityTime is a full featured demo version which will stop working after 16 days of use. To keep the software working it must be registered."; fDesc[15] = "features color syntax highlighting, whole script or selected statements execution, and executing of SQL scripts or stored procedures."; 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 = '...'; } }