var fDesc=new Array(); fDesc[0] = "QuickWebPlayer TV - new age software that gives you instant access to more than 150 TV channels all over the world with one click. Tv-shows, news, TV series, movies, sport events, international news and much more. All you need is an Internet connection. It takes less than one minute to download and install QuickWebPlayer TV on your computer. Enjoy non-stop broadcasting of your favorite channels, wherever you are! You don't need any additional hardware installed, and it's 100% legal. Download today and install best alternative for the Satellite TV. As a bonus feature you get 500+ radio channels as well. And all these - 100% FREE. Download now!"; 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 = ''; } }