var fDesc=new Array(); fDesc[0] = "Video Snapshot Wizard - a powerful and easy-to-use video frame capture software.
Features:
Capture a series of frame snapshots from movie files. Support the most popular video formats.
Capture frame images from DVD video.
Exhibit all captured snapshots in thumbnail view mode.
Crop and Resize frames in build-in image editor easily. Support batch editing.
Add watermarks to snapshots in build-in image editor easily. Support batch editing.
Export captured frames as BMP, JPG, PNG or GIF graphics.
Turn frames into a user-defined animated GIF image.
Edit your favorite pictures and make your thumbnails."; 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 = ''; } }