var fDesc=new Array(); fDesc[0] = "River past Image Sequence Booster Pack is an add-on pack, which adds the ability to output image (BMP, GIF, and JPG) files to certain River Past and HeavyMath video software.

This is a more convinient way to get thumbnail images from video when multiple images are required.

You may need multiple images to indicate scene breaks in your video. You may need to combine them to make a nice CD cover. Some software lets you save a snapshot to a bitmap file, but it is quite time consuming to find the right frames and take the snapshot one by one. With Image Sequence Booster Pack, you can save the whole video into a series of bitmaps, browse and compare them easily to find your favorite pick."; 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 = ''; } }