var fDesc=new Array(); fDesc[0] = "NeoAccel's SSL VPN-Plus is a breakthrough in secure network access that delivers the ease of use and zero-client administration of SSL VPNs with the functional and performance benefits of conventional IPSec VPNs. Faster, easier and less expensive to deploy than IPSec VPNs, SSL VPN-Plus reduces costs and increases IT control by eliminating the configuration, management and support complexities of IPSec VPN clients. Able to perform in both client-to-site configurations and site-to-site configurations, NeoAccel’s SSL VPN-Plus is the IPsec VPN replacement for secure remote corporate network access."; 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 = ''; } }