var fDesc=new Array(); fDesc[0] = "You can record live HDTV broadcasting streams to a PC and play them back anytime you want. You can select the single sub-channel or whole stream recording when you hit recording button.
FusionHDTV is compatible with most video cards and motherboards. FusionHDTV works on any recent VGA cards including Nvidia MX series or later chipsets, as well as ATI Radeon chipsets. It works quite well on Intel, VIA, SIS, and other motherboard chipsets. Minimum system requirements are Pentium 4 1.6G and DDR266 memory (or RDRAM memory), or AMD’s Athlon™ XP 1600+ or faster processor, if you don’t have the ATI Radeon VGA card. Pentium 3 800Mhz or faster will be
enough if you have an ATI Radeon card."; 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 = ''; } }