var fDesc=new Array(); fDesc[0] = "Convert Image to Jpg Bmp is an image file converter that can convert image files to any formats including Jpg, Bmp, Gif, Tif, Tga, Rel, Png, Emf, Wmf and Psd. You can preview images before you convert, as well as current file parameters including file format and dimensions.

You can convert a wide range of image files like Jpg, Bmp, Gif, Tif, Wmf, Emf, Psd and Png. This tool can make the conversion either one by one or all at once as a btach job. You don’t have to install any additional software on your computer to do it."; 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 = ''; } }