var fDesc=new Array(); fDesc[1] = "settings. The program detects the presence of any wireless networks within range of the adapter, providing automatic configuration and connection."; fDesc[2] = "gives you a simple solution to maintain your anonymity and protect your privacy when accessing wi-fi hotspots."; fDesc[3] = "Windows, Linux and OS X. The communication between peers is assisted for a third party server (a mediation server). That mediation stops when the communication is established."; fDesc[4] = "not been tampered with during shipment. It is a tool for network administrators, not too easy to drive, but safe and effective."; fDesc[5] = "address. A MAC address is a set of numbers and letters. Ideally, a MAC address should be unique to a single device. In other words, your computer's network card and your router should not have the same address."; fDesc[6] = "to the VPN servers Ivacy offers. The inner workings of Ivacy Monitor are rather complicated, but it´s enough to say that when you hit \"Connect\", it will create and establish a VPN connection between you and the company's servers. So, you, the user, can browse the web anonymously."; fDesc[7] = ", ISDN, Mobile, Filesharing (P2P), Online Games, VoIP, Streaming Media, free configurable Prioritization and Tuning"; fDesc[8] = "You set up a host on any computer connected to the Internet or another network, and you connect to that computer by using a client that is connected to the same network. Now, TeamViewer is exactly that."; fDesc[9] = "network users' Internet access. UserGate combines firewall, antivirus, antispyware and surf protection in a fully integrated and easy-to-use solution."; fDesc[10] = "Talk, and allows you to make virtual private networks with your peers."; fDesc[11] = "the PPTP protocol you probably experience occasional problems where the VPN stops working. You need TunnelRat."; fDesc[13] = "analyse your traffic (including number of bytes transmitted, date etc) and also how many pages were printed on your printer."; fDesc[14] = "resource, help your friends access your computer play LAN games."; fDesc[16] = "personalized on-board portal, seamless one click connection and disconnection and more. It is based partially on the Microsoft Internet Explorer controls for full compatibility with ActiveX, Java, SSL, and other internet protocols. With registration the browser features enable the creation of multiple logins and passwords on just one internet dialup account. These accounts may then be setup to manage family and business members time allowed online, for productvity management and safe internet use policies for filtering or control of sexual or violent content on each stand-alone desktop Windows PC. This may be accomplished over conventional dialups of VPN setups."; 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 = '...'; } }