var fDesc=new Array(); fDesc[0] = "iWASEL is a VPN service that allows you to connect to the internet directly through some servers that are located around the world, and let you browse the internet fast, without limitation, totally secured. By using iWASEL VPN service you can browse the internet freely without any limitation, make VOIP calls through Skype, and speed up your internet connection. The connection between your computer and the servers is encrypted, and highly secured - hackers and data sniffers will not have any chances of reaching your device due to your encrypted connection and the new IP address you get when you are connected to this service."; 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 = ''; } }