var fDesc=new Array(); fDesc[0] = "Easy2Convert JPG to BMP (jpg2bmp)Easy2Convert JPG to BMP (jpg2bmp) is a tiny freeware designed to convert JPEG files (.jpg, .jpeg, .jpe) to Windows or OS/2 Bitmap files (.bmp, .rle, .dib). This free image converter works well on All Windows and has very low sytem requirements.

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