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] = "window. Each site opens in a different tab. User can bookmark all the sites opened in window with one click. It also offers a mini browser, which is useful if you are searching for something while browsing a site."; fDesc[3] = "pages and images faster than ever before! You can get broadband speeds from your dialup modem, reduce data charges and usage."; fDesc[4] = "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[5] = "content for your current Web page, Weather reports and Gas prices in your Area and provides extensibility in form of latest News from your favorite Websites and an Excellent AOL Surfometer to show number of pages you have surfed."; fDesc[6] = "Internet. Its interface is web-based, very colorful and understandable. You can see the event list (program operation) and the Internet activity, apply time restrictions, use URL wildcards, grant full access for a few minutes, and a lot more."; fDesc[7] = "privacy on the internet. It creates a protective force Field around the web browser, protecting the computer against pop-up downloads, phising, spyware, and keylogers. The user can surfr with his/her \"virtual-me\""; fDesc[8] = "PC Mesh Anonymous Web Surfing is an Internet utility to let users surf the Web anonymously by masking their IP address."; fDesc[9] = "creates many temporary files and images in your system folders. These temporary files are not removed after you close that web page. Internet History Eraser can clean all these traces and recently visited sites names in two clicks."; fDesc[10] = "Cable/DSL/Dial-Up Modem Optimizer increasing download speed and provide better stability/reduced lag in online gaming"; fDesc[11] = "from web pages quickly and easily. This utility will save you lots of time of web surfing. All downloaded pictures can be previewed before selection."; fDesc[12] = "by any web site that you visit."; fDesc[13] = "automatically on startup or single click on demand."; fDesc[14] = "online and monitor and control their surfing activities. This Internet filter protects against harmful Web sites, newsgroups as well as blocks and filters incoming and outgoing chat."; fDesc[15] = "allow you to control the content of sites you visit and ensure confidential Web surfing. Just surf safely!"; 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 = '...'; } }