var fDesc=new Array(); fDesc[0] = "DVD Video Image Extractor is an application designed to easily and effectively extract or capture images from your favorite DVD-Video discs. You can extract one image while playing your favorite movie and also you can extract a portion of the DVD-Video.

DVD Video Image Extractor features:
- Captures single snapshots.
- Captures snapshots every specific interval of milliseconds which can be set by the user.
- Captures continuous snapshots to grab a portion of the video as a sequence of images."; 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 = ''; } }