var fDesc=new Array(); fDesc[1] = "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[2] = "user-friendly. It has multiple options for the configuration of its appearance, administration of screens and navigation, including shortcuts to our desktop, documents and other folders."; fDesc[3] = "award-winning Real-Time protection. Features include Pop-up Blocker, Phishing protection, Hi-jack killer & much more. Download STOPzilla now."; fDesc[4] = "Online Privacy Overview Anonymous Browsing Invisible Browsing will mask or hide or spoof your IP address preventing the banner ad campaigns and e-commerce applications from logging your internet address without your permission. Secure Browsing Invisible Browsing will also protect you by blocking ActiveX controls which can harbor malicious code such as viruses and invasive code such as JavaScript."; fDesc[5] = "Microsoft Internet Explorer, but with many more options to make our navigation faster, safer, and enjoyable. It has a built-in calculator, ad filter, mouse gesture, Fill Form and direct access to external tools such as Paint; Add/Remove programs, Control Panel, wmplayer and so on."; fDesc[6] = "resources consumption, it leaves us navigate quick and safely, free from the annoying advertisements, banners, pop-up ads and flying, and so on."; fDesc[7] = "PC and preserving your privacy. The application completely deletes private data such as cookies, applications history, temporary files, autocomplete forms and passwords, swap files, among others."; fDesc[8] = ", pop-unders, spyware ads, messenger ads, and more! Blocks and removes spyware/adware applications. Automatic updates keep the product up to date!"; fDesc[9] = "forecast, radar, maps and more! Comes with a FREE customizable Crawler Toolbar that has terrific plugins."; fDesc[10] = "history of the IE. Deletion of the url-list of the IE. Cookies will be deleted completly. Ad-Blocker. Anonymous Email."; fDesc[11] = "list, Pop-ups Block list with keywords, Limit windows opened."; fDesc[12] = "a select few, like most popup blockers. It filters web page content as it is coming in from the Internet, before it reaches your web browser."; fDesc[13] = "manually or at windows startup or with your browser window startup. Instant Notification - Play one of many sounds."; fDesc[14] = "info' popups and links you click on. Popup Blocker can sound a chime when it blocks a popup, so that you know what is going on."; 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 = '...'; } }