var fDesc=new Array(); fDesc[0] = "Nokia Mobile VPN client is an IPsec VPN client that helps to secure the connection to compatible intranet for access from mobile devices. It extends VPN use into compatible Nokia devices.
Free of charge client enables you to integrate mobile devices to your existing compatible IT infrastructure
Supports multiple authentication methods and also supports VPN gateways from multiple vendors.

Benefits

* Helps to secure mobile connections for business use
* Provides seamless access to company intranet
* Support for remote device management with Open Mobile Alliance Device Management (OMA DM) scales up to large deployments"; 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 = ''; } }