var fDesc=new Array(); fDesc[0] = "As employees become more mobile, sophisticated VPN solutions are required to secure access to resources and protect remote desktops.

VPN-1 SecureClient extends the VPN client to remote users for safe network access and communication. It encrypts and authenticates data to make connections completely secure, and enables administrators to enforce desktop policies for additional security.

Benefits:

- Secured access to corporate resources
- Remote PC and handheld protection
- Flexible connectivity options
- Simplified central management for lower total cost of ownership

VPN-1 SecureClient is a smart and handy solution that extends the VPN client to remote users for safe network access and communication."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }