var fDesc=new Array(); fDesc[1] = "Download Manager will let you have full control over your downloads, accelerating download speed to squeeze your bandwidth."; fDesc[2] = "Firefox 3. This changes were made to improve stability and web compatibility, provide user interface enhancements, and speed. Firefox 3 now includes support to resume downloads, and a better download manager. Its general appearance has been slightly improved, with some new icons."; fDesc[3] = "shall get a lot of services from windows live. It is a free service created by Microsoft. But there are many features that you will need to pay for like the Windows Live Call, which is something like Skype."; fDesc[4] = "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[5] = "of your system, detecting all kind of unwanted files and threats, including spyware, adware, and, viruses. Its protecting Resident Shield will work in the background, keeping an eye on everything that attempts to install itself without your consent."; fDesc[6] = "non-commercial use only."; fDesc[7] = "websites and many other Internet threats. The program works quietly in the background detecting and eliminating viruses, spyware and Internet worms."; fDesc[8] = "worms, blocks adware and spyware. It also scans - files in real-time and on demand, email messages that can contain harmful content, Internet traffic, and java and visual basic scripts. It also provides protection for your messenger applications like ICQ and MSN."; fDesc[9] = ", e-mail and web sites. 2- System Security by monitoring all activity in our PC, 3- Online Security against internet fraud and network attacks."; fDesc[10] = "viruses, worms, Trojans and others. Keep in mind that there is not a 100% viruses program protection, you have to make your own precautions, like making Backups from your personal information. For security reasons save your information."; fDesc[11] = "to apply skins and includes the XP enhancement tool to optimize downloads.Flashget is more than a download tool. It also acts as a bit torrent client with batch file download facility."; fDesc[12] = "developer's website and evaluate for free for a 30-days period. The program is very easy to install and anybody can do it, but during installation we have to restart Windows twice, firstly, after uninstalling any other antivirus program and to activate the program itself."; fDesc[13] = "updates and a huge malware database help you stay protected. Real Protection with \"Submit State\" - clean your PC with the next update."; fDesc[14] = "and download files off them. The graphical user interface resembles most of the other popular P2P applications, like Morpheus or Emule. However, I have obtained better results with Emule in the past."; fDesc[15] = "resume interrupted downloads over HTTP and FTP, but only if the server supports it. FileHound can monitor the clipboard looking for URLs to download. You can download more than one file at the same time and schedule the program to turn the computer off."; 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 = '...'; } }