var fDesc=new Array(); fDesc[0] = "SkyVPN helps you bypass Internet censorship. It lets you access websites and apps that are blocked on your network or country. It also shields your data against hacks under public Wi-Fi hotspots by creating an encrypted tunnel for your Internet traffic. Your real IP and location are hidden from the websites, ensuring privacy."; 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 = ''; } }