var fDesc=new Array(); fDesc[0] = "ImageConvert converts all or several images in a selected directory from one image format into another ( BMP, PNG, JPG, GIF, ICO, TIFF, WMF ). Additional the image resolution, orientation and color is changeable.
The program supports multiple CPU cores for parallel image conversion and it has the possibility to run in a batch mode."; 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 = ''; } }