var fDesc=new Array(); fDesc[0] = "Widget Direct-tv: watch and record TV from all over the world! This is a program for Windows that allows you to watch hundreds of TV channels (music, shows, news, sports, movies, ...) on your computer. Your computer must meet these REQUIREMENTS, or you may not be able to successfully use the Direct-tv Widget: Operating System: Microsoft Windows 98, Me, 2000, XP, Vista, Computer Processor: A processor 233 megahertz or faster, Computer Memory: 512 megabytes (MB) or more
Available disk space:100 MB (minimum), Internet connection: 28.8 kilobits per second (Kbps) or better Sound card: 16-bit audio card, Monitor: 16 bits, 800 x 600 pixels or higher, Video card: Video card with 64 MB of graphics memory (minimum) Audio output device: Speakers or headphones"; 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 = ''; } }