var fDesc=new Array(); fDesc[1] = "know instantly whether their computer's virus, spyware, e-mail, and firewall protection services are up-to-date. It combines a set of must-have security services with simplified access to McAfee´s security products."; fDesc[2] = "browser, to read documents and emails offline. At the begining Gears only implemented Google Reader, but now Gmail is in progress and it is expected that in the near future it will be extended to other applications such as Google Docs or Google Calendar."; fDesc[3] = "errors that show up. The software can optimize the computer by first scanning it to find the problems and then fixing the invalid registry entries. The Advanced Registry Optimizer is also easy to use and has a user friendly interface."; fDesc[4] = "them, easy-to-use application Autodesk Design Review can be used as it is both money and time saver. With every Autodesk design product, this easy-to-use tool is attached, and time is also saved in the approval and mark up processes."; fDesc[5] = "popular compression formats. It’s powerful, easy to use, versatile and even has a nice interface. You can compress and decompress most archives using the same program."; fDesc[6] = "computer, there has been a sudden crash or it is going suspiciously slowly we can very easily download and set up this program to see what is wrong and get help from their experts."; fDesc[7] = ", protected, and keep it far away from external attacks, such as viruses, Trojans, adware, malware, spyware and all types of unsolicited activities while connected to the Internet both at work and at home."; fDesc[8] = "allows you to setup different options in several parts of the system, that will allow it to run faster and in a more secure way."; fDesc[9] = "proactive protection against virus, malware, adware, intruders attack, spam, Trojans, spyware and other malicious applications that run without our authorization, and can cause computer crash, and serious security and privacy problems."; fDesc[10] = "when downloading or uploading large files over the internet. There is a suspend/resume capability that allows users to resume interrupted transfers, pause and resume a file transfer as needed..."; fDesc[11] = "and to use. Updates automatically over Internet. New! Windows Vista (32-bit) support!"; fDesc[12] = "of casino games directly from their homes. Among the popular games, players will find table games like Blackjack, Craps, Baccarat, Mulligan Poker, among others."; fDesc[13] = "additional functions like support for secure connections, folder monitoring, file synchronization, among others. It allows you to resume downloads and uploads, and filter and transfer files of more then 4GB as well."; fDesc[14] = "sixty casino games and includes the classic table and card games like Roulette, Baccarat, Casino War, Craps, as well as the latest and innovative slots machines. The software, secure and stable, is completely free to download."; fDesc[15] = "wildchars for processing files by mask. Compare files by modification date, MD5 hash and upload only new/modified files."; fDesc[16] = "software prevents other users from cheating, hacking, or using other unfair advantage over you while playing online games. By a proprietary cheat detection system, Game Vindicator uses ways of detecting and blocking illegal software, viruses, hacks or any other suspicious application."; fDesc[17] = "SFTP which enables you to send commands to a remote *nix machine and have full control over any file that exists on that system ( read / write / edit / delete)."; fDesc[18] = "files, Is required username and password for the access, has the possibility for prohibit the access automatically if you broke any rule."; fDesc[19] = "incoming emails as spam (junk email) or non-spam without you having to specify dozens of rules or download updates, by using intelligent statistical analysis. K9 does not support webmail like Hotmail or AOL. It doesn´t support SSL or secure authentication, either."; fDesc[20] = "technologies to shelter your confidential information from both unauthorized access and destruction by malicious programs."; 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 = '...'; } }