var fDesc=new Array(); fDesc[0] = "Doremisoft Video to BMP Converter is a free video to bmp format photo converter that converts avi, flash video(flv) files, and YouTube videos to bmp format. With a user-friendly interface, Free Video to BMP Converter is specially designed for BMP fans to extract bmp format photos from their favourite avi or flv files.

Doremisoft Video to BMP Converter is a cute application for photo fans collecting their favorite pictures. You can easily capture any picture from AVI Video, or Flash Video only with two steps."; 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 = ''; } }