var fDesc=new Array(); fDesc[1] = "interfaces to ensure that data remains safe when the computer is unattended or for public use, such as those in an open environment. It also prevents data from being copied to external storage media, such as an optical disk, flash drive or floppy disk."; fDesc[2] = "magical wizard of its own and an easy-to-use educational tool to instruct you in accomplishing your more advanced networking goals."; fDesc[3] = "spreadsheet application; Presentations; the Visual Intelligence data analysis software; WordPerfect Lightning, a Web-connected note-taking app; and WordPerfect Mail for managing e-mail."; fDesc[4] = "themselves to run at Windows startup. This program comes in two versions: one for 32 bits operating systems and one for 64 bits operating systems. The System Requirements for both versions are a Pentium-class processor or better."; fDesc[5] = "join forces to save the world from the invading robot Cogs, who are attempting to turn the world of Toontown into a corporate metropolis. The weapon that Toons use to defeat Cogs are cartoon gags, cause the robots can't take a joke."; fDesc[6] = "viruses, spyware, phishing attacks, and rootkits. The program features a simple and intuitive user interface, which makes it really easy to use. The application scans files during boot, recently accessed files, packed files (although not archived files) and incoming and outgoing e-mails."; fDesc[7] = "under the direction of Sid Meier at Firaxis Games studies and Firefly Studios. This game is about building cities along the history of Rome and bringing them to their splendour."; fDesc[8] = "against the intrusive and malicious spyware that threaten your PC and your privacy. his incredible program stablishes a safeguard that automatically detects a potentially unwanted application and alerts you of the threat and providing you with effective blocking options."; fDesc[9] = "incredible program instantly unlocks restricted PDF documents created with almost all versions of Adobe Acrobat or any other PDF application by removing printing, editing and copying restrictions."; fDesc[10] = "threaten your PC and your privacy. The program effectively scans and eliminates adware, spyware, pop-up ads, keyloggers, Trojans, hijackers, malware, and other potentially unwanted applications."; fDesc[11] = "dragged. Once you´ve installed Video Fixer 3.23, you can prepare a list of files to be fixed, adding or removing files. Pressing the Fix button, the program will begin to fix the damaged video files"; fDesc[12] = "snooker. After choosing the appropriate game, you can connect to an Internet server, where you will pick a channel with several hundred players to talk and compete with. Offline two-player games are supported."; fDesc[13] = "the already known existing spyware, which updates continuously, and monitors your PC checking if there’s one or more of those spyware attempting to run. It's one of the few freeware applications of this type."; fDesc[14] = "speed; Decreased default max text index filesize to 8MB or 4MB, etc) Feature: Greatly Improved searching: Results are now ranked by relevance (before, results were ranked by a raw score which produced noticeably inferior results) Feature: Added a new Simple search mode which is a lot friendlier for novice users. Feature: During installation, Folder-Indexing shell integration is now enabled (i.e. in windows Explorer, Right-click a folder and select [Mo-Search 2.7 Reindex] to reindex that folder and all children folders) Feature: Within edit boxes (i.e in the FileViewer) the [Home] key now moves the caret to the first character; the [End] key now moves the caret to the last character. Feature: Mo-Search main dialog, in the [Path], [Text], and [Filename] combo boxes: items are now delete-able by dropping the list, selecting an item and pressing the delete key (i.e. similar behavior to url..."; fDesc[15] = "This browser hijack protection is intended to cover those security gaps left by firewalls and antivirus protections. It performs monitoring actions on delicate issues of your system for all sort of threats, no matter which software is attempting to provoke the trouble."; 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 = '...'; } }