var fDesc=new Array(); fDesc[1] = "intuitive and very simple graphical user interface with multi-tab support, thumbnails of visited websites, enhanced autocomplete feature, password manager, and many other features. You can import all your settings from your old web browser such as Internet Explorer and Firefox."; fDesc[2] = "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[3] = "non-commercial use only."; fDesc[4] = "pages and images faster than ever before! You can get broadband speeds from your dialup modem, reduce data charges and usage."; fDesc[5] = "Platinum is a software designed to hide your IP address to give you complete privacy. Every computer or connection has an IP address that defines a unique computer. When you are running a computer with hidden or changed IP, you are like invisible. Hide IP Platinum can do so."; fDesc[6] = "features, but enhanced on security. The application will give you more security and privacy when you are surfing on Internet. For example, the application does not send error or problem reports to Google."; fDesc[7] = ", temporary Internet files, list of recent files etc. This program is a simple and efficient tool that sets clearly defined limits just with the help of a few mouse-clicks in a moment. It provides space on hard disk and security while surfing."; fDesc[8] = "automatically change the speed settings of your network. You can test the difference with the Netspeed Wizard to see the difference before and after application. It is possible for you to set these parameters yourself by using a setting called Fine Tune."; fDesc[9] = ", Internet surfing is made easy and fast. The browser also blocks adware, spyware and all kinds of pop-ups. It is much more advanced than other surfing browsers, and consists of inbuilt translation engine, dictionaries and a quick search bar."; 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] = "PC Mesh Anonymous Web Surfing is an Internet utility to let users surf the Web anonymously by masking their IP address."; fDesc[12] = "a very efficient web browser which makes surfing much more comfortable and less confusing. It is very efficient in blocking the ever-irritating pop-ups in all its different manifestations since it has a smart Popup Blocker."; fDesc[13] = "safer and cleaner than surfing without it. A Handy DragAndGo feature which lets you drag a link to the new tab button so it self opens. Also you can drag text to the search bar to make a new search and Add Ons to add new features."; fDesc[14] = "not block all the publicity. For a life without digital advertising, opting for IE AdBlock, is an extension simple and compatible with IE7, in addition to eliminating totally free advertising on our Internet surfing by allowing you to visit Web sites without any hassle."; fDesc[15] = "IEasyCleaner gets rid of your surfing information with a single click. It deletes: • browser history • browser cookies • temporary internet files • Last typed URL This privacy utility is very simple and easy to use. IEasyCleaner works on Windows 2000/XP and maybe Vista platforms."; 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 = '...'; } }