var fDesc=new Array();
fDesc[0] = "Sapphire Wonder TV -PCI offering you high quality TV reception! Watch and record your favorite TV programs, and capture video from external devices using the included S-Video and composite video inputs.
Features :
- High Quality TV Watching on PC.
- Max resolution:Full screen display max resolution up to 720x576 (PAL standard).
-Noise reduction function let you watch hi-sharp video
-Make pre-scheduled recordings of TV broadcasting programs.
-Time Shifting allows you to pause a live broadcasting and then return to it after few minutes
-Support Stereo Audio; enjoy your high quality entertainment
-Full function Remote control. Easier, friendly fancy user interface
-De-interlace new technology. Make the best quality for fast-motion video
-Real-time recording support MPEG-1 MPEG-2 video format to burn VCD or DVD
-Full motion video capture up to 30fps
-Bridging video to PC from VCR, Camcorder and LD/VCD/DVD player.";
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 = '';
}
}