var fDesc=new Array();
fDesc[1] = "Component of Acer Empowering Technology • eData Security Management • eLock Management • eNet Management • ePower Management • ePresentation Management • eRecovery Management • eSetting Management";
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] = "with management buttons allows creation of a new profile, edit a profile etc. The Settings General page allows Launch of Acer eNet Management, views Wireless Adapter, Firewall settings etc and the Network page has three buttons on this page namely: VPN ,WLAN & LAN";
fDesc[5] = "The connections it offers are stable with almost no disconnections. It supports all the Cisco VPN infrastructure and its hard to go wrong with this client.";
fDesc[6] = "not been tampered with during shipment. It is a tool for network administrators, not too easy to drive, but safe and effective.";
fDesc[7] = "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[8] = "passwords like that of e-mails, FTP, HTTP, IP address, websites visited, uploaded or downloaded files and more. The application safely bypasses the traffic interception and analyses connections on corporate, ISP as well as country level firewall.";
fDesc[9] = "2000, XP, and Vista.";
fDesc[10] = "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[11] = "Talk, and allows you to make virtual private networks with your peers.";
fDesc[12] = "connections passwords, .NET Passport accounts, passwords for wireless network, remote desktop, InfoCard PIN, etc.";
fDesc[13] = "or server via a DNS/Netbios name or a proxy IP address. With the help of this software the user can easily access any computer in the remote LAN with remote desktop and access remote files, shared folders and resources like drives, printers and much more.";
fDesc[14] = "the PPTP protocol you probably experience occasional problems where the VPN stops working. You need TunnelRat.";
fDesc[15] = "resource, help your friends access your computer play LAN games.";
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 = '...';
}
}