var fDesc=new Array(); fDesc[0] = "Watching TV Abroad lets you watch TV programs from UK, US, and China. It allows you to bypass location restrictions on BBC iPlayer, Sky Go, ITV, Netflix, Hulu and many other popular sites. This application gives you a UK or USA IP address using VPN, so that the website thinks that you are located in the UK or USA."; 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 = ''; } }