var fDesc=new Array(); fDesc[0] = "Easy2Convert BMP to JPG (bmp2jpg) is a small freeware utility for converting Windows or OS/2 Bitmap files (.bmp, .rle, .dib) to JPEG files (.jpg, .jpeg, .jpe, .jif) easily and quickly. You may also define an output image quality.

Easy2Convert BMP to JPG will be useful if you often need to convert Windows or OS/2 Bitmap files (.bmp) to JPEG files (.jpg). This is a free image converting software that can be used by regular users who work with bmp 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 = ''; } }