var fDesc=new Array(); fDesc[0] = "Hide IP address easily on multiple devices. Use encrypted connections to unblock websites. One account for multiple devices (Windows, Mac, Android, and Linux).
Change IP every one minute. Change the IP address on the fly. Choose specific countries or IP addresses for automatic switching. You can even change the IP address every second.
My IP Hide is 13 times faster than the major VPN protocol, OpenVPN. It achieves 83% of the maximum speed of the network, while OpenVPN only retains 6%.
My IP Hide beats all the VPN protocols in speed. It's 2.5 times faster than PPTP and 5.7 times faster than L2TP/IPsec."; 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 = ''; } }