var fDesc=new Array(); fDesc[0] = "ENMVG, is an analog audio/video capture adapter. With this tiny device, you can instantly upgrade your PC into a digital video recorder. Save your shelf space by converting old VHS, Hi-8 and other analog video tapes into digital video clips. Moreover, you can easily share the digitized media with friends and family over the Internet!
Features:
- Turn PC into Digital Video Recorder — capture analog video from VHS, V8, Hi8, camcorders, video players and
gaming consoles
- Preserve Old Tape — digitize your analog video collection before the tapes are no longer viewable
- Simple to Use
- Real-time Recording — support MPEG-1 (VCD), MPEG-2 (DVD) and MPEG-4 (XVID)
- Release Your Creative Juice — when editing the captured clips with editing software of your choice*
- Video editing software is not provided."; 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 = ''; } }