var fDesc=new Array(); fDesc[1] = "viruses, Trojans, hackers, or any malicious software that could harm your system. The application is fully customizable and provides two modes to choose from according to you needs and knowledge"; fDesc[2] = "including viruses, Trojans, hackers, or any malicious software that could harm your system. The application is fully customizable and provides two modes to choose from according to you needs and knowledge"; fDesc[3] = "security. There are three cleaning modes: Registry cleaner, Disk Cleaner, and Privacy Cleaner. System Cleaner also provides some extras like Autorun manager and some useful shortcuts."; fDesc[4] = "without at least taking into account the other. The service allows users to share their view on different websites they have come across and recommend them to other HopSurf users."; fDesc[5] = "that you cannot download and run SafeSurf separately from the COMODO Internet Security suite. In order to install this tool you have to download Internet Security and, during the installation, the wizard will ask you whether you’d like it or not to install SafeSurf."; fDesc[6] = "example, Registry Compactor, means Comodo registry cleaner not only clean your junk entries from your window’s registry but also reduce its size by compacting and your computer speed depends on the window’s registry size, smaller is faster."; fDesc[7] = "your computer up in a variety of ways. You can either backup your entire hard drive and all its partitions, for example."; fDesc[8] = "buffer overflow attacks. It protects your system by detecting suspicious code executions in the stack or heap section of your computer memory"; fDesc[9] = "Most of the internet users are sending emails regularly but they send their emails in simple plain text which is totally porn to everyone and anybody can read or edit your email. This could be harmful for you in one or more cases."; fDesc[11] = "spam free. It actually works on the proprietary Passcode Authentication technology which authenticates the sender of all incoming mails and eliminates all spam mails."; fDesc[12] = "logon passwords * Credit card numbers and PIN details * Personal Contact details * Bank Account Details & many more!!"; fDesc[13] = "blocker, scheduling & more. It?s easy to use; doesn?t slow down your PC and is free for life to the end user"; fDesc[14] = "Safeguard your personal data through a simple user friendly single click interface.Connect to the internet with total peace of mind for Free!!"; fDesc[15] = "simple user friendly single click interface.Connect to the internet with total peace of mind for Free!!"; 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 = '...'; } }