var fDesc=new Array(); fDesc[0] = "VPN-X has VPN essential features, you need not waste money to buy a product which you just use 10% features of the expensive product. VPN-X supports P2P and compression feature, save your server/client network traffic.

VPN-X supports AES 128/256, L2TP over IPsec, SSL/TLS, the most important thing is that your VPN network need not depend on third-party/external servers, you can control everything. PN-X is a software VPN solution which written in Java. VPN-X can support Windows, macOS, Linux, FreeBSD/PC-BSD, Solaris(X86). VPN-X has the same and friendly GUI on all supported OS (Operation Systems)."; 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 = ''; } }