var fDesc=new Array(); fDesc[1] = "ever known in a browser. The only disadvantage I found is that Safari lacks any advanced security settings. You can block third-party cookies and some Web scripts, but you can't enter specific Web sites from which to accept or reject cookies."; fDesc[2] = "experience with several tools and gadgets. In the tab Foxit messages you will find the latest information about Foxit announcements and upgrades. It includes its own search box powered by Google.com that enables you to surf the net easier and faster."; fDesc[3] = "Opera etc, but the new release by Mozilla, \" The Cometbird\", pushes the limits of web browsing. Cometbird offers in-built download manager. Cometbird enables the user to download videos from Youtube or any video, audio without using any extra tool."; fDesc[4] = "integrated proxy services that hide your real IP address. After installing JAP, you will have to follow the instructions to configure your browser to use the local proxy server for web browsing."; fDesc[5] = "that of Internet Explorer, Smart Brow has its own features, such as the \"quick note\" panel for us to copy and paste (or write) anything we like; and a nice user interface, whose appearance (skin and/or color) can be easily changed."; fDesc[6] = "address of the user’s system, for preventing issues like identity theft, and guards the computer against hacker intrusions by concealing the IP address with a mere click of a button."; fDesc[7] = "the internet which is specifically designed for kids. It has a very attractive, graphical and animated user interface which will surely impress you and your kids. KidZui is a browser which allows your kids to surf more then 800,000 websites, pictures and videos."; fDesc[8] = "computer and one of the Steganos VPN servers, in a way that all your activities on the Internet are carried out through that tunnel. This tunnel encrypts all the information that runs through it by using an SSL connection which protects the information from being eavesdropped."; fDesc[9] = "pages, converting thecontents from HTML into narrowly wrapped text files using the US-ASCII character set, p..."; fDesc[10] = "functions that go beyond the common bars, such as a web surf cleaner, a password and login manager, Website screenshot capture tools, and besides, it is free."; fDesc[11] = "characters are the penguins from the movie. The game isn't particularly long or difficult to complete. However, given the many tricks that you can perform, and the combos that you can make, it will probably take a while until you feel you are done with it."; fDesc[12] = "web pages at once and cross link between them. Thread 1 long page between 2 windows for less scrolling. Dynamic content management."; fDesc[13] = "the Web. You may hear terrible things happening to people whose identity was caught on the net, and it’s pretty sure you don’t want them to happen to you so you better cover yourself. One way to do that is Mask Surf Pro."; fDesc[14] = "will achieve its goal by tweaking the TCP/IP parameters, removing banners and pop-ups, making a better use of proxies and prefetching web pages."; fDesc[15] = "this one already washes it away while you are surfing! The program runs nearly unrecognizable in the background - without any loss of comfort!"; 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 = '...'; } }