var fDesc=new Array(); fDesc[0] = "Internet TV is a new feature in Windows 7 you can use to access to free TV shows, movies, and more—directly from the Internet, and all from within Windows Media Center.Internet TV brings all types of content—from movies and TV shows to sports highlights and webisodes—together in one place. This content comes from broadband video sites all over the Internet."; 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 = ''; } }