var fDesc=new Array(); fDesc[0] = "GoTrusted Secure Tunnel ensures safe, anonymous and censor-free Internet usage by creating a high-speed secure tunnel that encrypts your traffic (E-mail, Web, IM, VoIP, FTP, P2P) at any WiFi hotspot or wired network with industrial strength SSL. No configuration required, simple one-click operation. Provides 'ad-free' protection & privacy from hackers & monitors. Hides your real IP. Bypasses firewalls & proxies to unblock any Internet application or website in areas where the Internet is filtered."; 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 = ''; } }