var fDesc=new Array(); fDesc[0] = "The ENLTV-FM offers high quality TV viewing right on your computer monitor screen. Capture and record your favorite TV programs. Scheduling allows you to automatically record your favorite TV shows just like a VCR. Create DVD quality movies with MPEG. Supports Cable (Cable TV) and aerial indoor/outdoor antenna. Supports popular TV formats such as NTSC, PAL-N, PAL-M and SECAM. You can record directly from your camcorder, DVD player and other video input devices using S-Video and composite input. Capture stereo sound with the built-in audio input jack. Includes IR remote control for your viewing pleasures. With the built-in FM receiver you can listen to your favorite FM radio station.
Product Features:
• 3-in-1: Analog TV Tuner / Digital Video Recorder / FM Radio
• Preserve Old VHS/Hi-8 Tapes
- make sure your analog video collections never expire
• Full-Function Remote Control
• Free Digital Media Software
- turn your PC into digital media center
• Real-Time MPEG2 Recording"; 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 = ''; } }