var fDesc=new Array(); fDesc[1] = "mail servers. Is the ultimate antiviruses and antispyware used for home and enterprises. Gives the user the protection needed to keep their valued data safe."; fDesc[2] = ", 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[3] = "browser to be used instead Internet Explorer, Mozilla, FireFox, Opera or Safari. But the features really important are: online profile storage, mouse gestures, built-in AD/Pop up blocker, privacy control and other more features. Avant Browser runs in Windows platforms."; fDesc[4] = "such as a built-in pop-up blocker, spell checker, translator, page rank viewer, online bookmarks, auto fill, autolink and many more. It offers a neat ability to search using a search suggestions feature."; fDesc[5] = "as well as a browser button and optional search box. Together, these alert you to potentially risky sites and help you find safer alternatives. These site ratings are based on tests conducted by McAfee using an army of computers that look for all kinds of threats (detailed below). The result is a guide to Web safety. The SiteAdvisor technology is free, easy to install and even easier to use. And it doesn't collect any personally identifiable information."; fDesc[6] = "unwanted and unauthorized access through internet or a network. PC Tools Firewall Plus monitors every application running 24x7 and saves your computer from trojan horses, keyloggers and other malware. You can manually set access for an application."; fDesc[7] = "virus, bots, tracking cookies, Spam, Spyware and hackers. PC Tools Internet Security offers Firewall as well that protects your important data by stopping hacker from gaining access to your computer."; fDesc[8] = "Antivirus offers every function needed for a perfect antivirus software like mail protection,real time scanning (auto scan when a new file or object is downloaded or copied from any external media source like cd or pen drives)."; fDesc[9] = "tool will take you to the Windows XP and Vista back stages. And that’s not all, also you will be able to give some orders and make some changes in a really safe way."; fDesc[10] = ", the TweakNow RegCleaner is the tool that people from TweakNow offer you to clean up your Windows registry. It comes in two versions: Standard and Professional."; fDesc[11] = "ZoneAlarm Anti-spyware offers a firewall that provides inbound protection by blocking unwanted access to your computer and outbound protection by controlling program access to the web. ZoneAlarms Anti-spyware provides E-mail protection that saves your PC from adware or spam."; fDesc[12] = "browser in a single click. Tracks Eraser supports all the popular web browsers like Internet Explorer, Firefox, Netscape, Opera and AOL so no need to worry about your browser name."; fDesc[13] = "bid to infiltrate or take over control of the system. It prevents attacks while working on email client Microsoft Outlook or while browsing using the internet using Internet Explorer or during utilizing instant messaging service through MSN Messenger."; fDesc[14] = "except approved to be visited on the computer. Block questionable content from your kids eyes or use the software as a kiosk application."; 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 = '...'; } }