var fDesc=new Array(); fDesc[1] = "non-commercial use only."; 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] = "the most of your Internet connection’s speed by adjusting your Internet parameters to the most convenient settings. You can either let the program make an automatic adjustment or, if you are an experienced user, you can make manual settings to optimize your Internet connection."; fDesc[4] = "anti-threat software protects you against phishing, adware, spyware, spam and any other malware that attempts any unauthorized use of data and/or identity (without your knowledge or permission). Its GUI is very friendly to users, and the program works on Windows XP/Vista/Vista x64 platforms."; fDesc[5] = "provide fast and efficient information about the pages we are visiting, thus making it a very convenient tool to assure privacy and security while surfing the net."; fDesc[6] = "one package. Very known and easy to use toolbar and user interface and every function of a security software makes BullGuard a very compact and useful software."; fDesc[7] = "protection. This incredible program combines nine powerful tools to protect your privacy. With Steganos Safe you can protect your sensitive Data by creating as many encrypted hard drives as you like."; fDesc[8] = "sites visited on the Internet, unwanted cookies, chat room conversations, deleted e-mail messages, temporary files, the Windows swap file, the Recycle Bin and so on."; fDesc[9] = "Experience safe and anonymously surfing behind a chain of SOCKS or HTTP proxies with any Internet service. This application alike any other SOCKS-server will transmits your queries through a chain of proxies."; fDesc[10] = "interests can be done through your IP address. Hence you need a solution to keep your IP address hidden while surfing. With this tool you not only hide your identification behind reliable proxy servers but will it also allows you to intelligently manage multiple proxy servers."; fDesc[11] = "efficiently conceals any traces of your online activities, both in browsers and popular IM clients."; fDesc[12] = "functions of the computer mouse and keyboard. With BasicBrowser browser component for safe surfing!"; fDesc[13] = "allow you to control the content of sites you visit and ensure confidential Web surfing. Just surf safely!"; fDesc[14] = "internet predators. A comprehensive set of features keep your kids safe and lets you control and supervise their use of the internet."; 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 = '...'; } }