var fDesc=new Array(); fDesc[0] = "Security and Privacy Encryption Software for Windows - SumRando VPN provides online security, privacy, and anonymity with high-level 128-bit AES encryption of our web traffic. Connect to our six different servers located worldwide - Sweden, US, Hong Kong, Singapore, Brazil, and Turkey. Free Anonymous Accounts and Free 1GB accounts are available as well as larger paid accounts: the 10GB Gold Account and Unlimited Data Platinum Account. No registration required to get started - simply download and launch the application!"; 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 = ''; } }