var fDesc=new Array(); fDesc[0] = "Unlock websites, surf the web anonymously, secure your internet connection. Some websites are blocked either by the government of your country, your ISP, or your school or work network administrator for one reason or another. Hotspot Shield allows you to surf anonymously from a US IP address and gives you uncensored access to Hulu outside the US."; 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 = ''; } }