var fDesc=new Array(); fDesc[0] = "Videotapes can deteriorate over time. Your old videos will have color bleed, white specks, and other distortions. Don't risk this happening to your home video collection!
Provides everything you need to easily convert your videos to digital formats.

-All Honestech branded USB capture devices are compatible with this product, provided the device supports your version of Windows.
-or 3rd-party capture cards/devices: A non-hardware encoding video capture card/device is required."; 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 = ''; } }