var fDesc=new Array(); fDesc[0] = "The WinFast PVR 2000 TV tuner card allows you to watch full screen cable or antenna TV on your desktop computer. There is a built in MPEG-2 encoder to give excellent quality with little CPU usage.
# New Full function Remote control. Easier, friendly fancy user interface.
# PIP ( picture in picture): One for live and the other for captured program. And master video can be alternative. The slave video can be displayed with any size and anywhere.
# Time-Shifting: you can pause, rewind live television and instant replays. Take your breaks during a TV show or movie and never have to miss a scene again.
# De-interlace: Make the best quality for fast-motion video. No noise and flicker on the edge of motion objects.
# Capture format profile:Support friendly setting for MPEG-1/MPEG-2/MPEG-4/WMV/VCD/DVD video and MP3/WMA audio encoding format.
# Support Video Streaming(WMV/WMA format) for Web Broadcasting and Network Video/Audio sharing.
# Provide full version of Ulead Video Studio 6.0 and Cool 3D 3.0 for Video Editing and VCD/DVD/SVCD Authoring.
# Support NetMeeting for video conference, you can share TV programs with your long distance friend.
# All-in-one control panel: Friendly graphics user interface, not only support TV and FM programs online, also TV captured and FM recorded files playback in playlist.
# Support playlist for video/audio playback, several files can be played seamlessly as one file. It can play with a CoolCommand remote control and hot-key with keyboard.
# Supports MPEG-1/MPEG-2/WMV video CODEC and MP3/WMA audio CODEC configuration to get the smaller file size for capturing."; 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 = ''; } }