var fDesc=new Array(); fDesc[0] = "The Smart VPN Client is a VPN configuration utility. It makes VPN configuration easy for users. It can support the following VPN schemas, PPTP, L2TP, IPSec and DrayTek SSL Tunnel. Upon opening the Smart VPN Client there is a Configure button which allows to select several options, as L2TP over IPsec or simply L2TP.
Support for NAT-T for Ipsec tunnel is available as well."; 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 = ''; } }