var fDesc=new Array(); fDesc[0] = "Bored with local and national programming? Need more variety in your TV viewing schedule? Spice up your TV diet--watch hundreds of foreign TV drama, comedy, news, and action shows right on your PC! Get over 2000 TV channels available 24 hours a day 7 days a week in the privacy of your computer. NET TV has all the programming you need ! news from China, sports in England, sexy European commercials, Mexican talk shows, plus a lot more diverse quality entertainment from the world over. You don't need a TV Tuner card or any additional device .You Just need pc/laptop & Broadband internet connection!Thats it!"; 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 = ''; } }