var fDesc=new Array(); fDesc[0] = "Clever Batch Image Converter allows users quickly convert thousands of files from one format into another. It supports conversion to any of the 15 supported formats.

Some of the common image types to convert: BMP to JPG, BMP to GIF, BMP to PNG, BMP to TIF, TIF to BMP, TIF to JPG, TIF to GIF, JPG to GIF, GIF to JPG, PIC to JPG, DCX to JPG, DIB to JPG, JIF to JPG, PBM to JPG, PCX to JPG, PGM to JPG, PPM to JPG, TGA to JPG, and WPG to JPG."; 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 = ''; } }