var fDesc=new Array(); fDesc[0] = "Watch live worldwide TV channels, on your PC free !

TV is an award winning (2005-2012) freeware application for Windows.Now you can watch hundreds of live worldwide TV channels on your PC.TV is an extremely easy to use application and anyone can find their stations on TV. Music, News, Educational, Sports & Shopping channels are sorted in a very easy to find way, together with TV in English, Spanish,German, French, Portuguese & Arabic sections."; 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 = ''; } }