var fDesc=new Array(); fDesc[0] = "TigerVPN allows you to access websites without any restrictions of geo-blocking or censorship. It also hides your IP address, making it impossible for websites to track your location. TigerVPN provides data encryption and identity protection, which are useful while accessing the Internet using WiFi hotspots."; 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 = ''; } }