var fDesc=new Array(); fDesc[0] = "Turbo Image Batch Converter is a power digital image batch Convert, resizing, optimizing, and compressing tool. it's works with the most common image formats (JPG, GIF, PNG, BMP, ICO, WMF, EMF, and TIF etc...).
it's support Colors (Black/White, 16 Shades of Gray, 256 Shades of Gray, 16 Colors, 256 Colors, True Color, 32 Bit), Resize Dimensions, Aspect radio, Rotate 90 degrees, Filters, Brightness/Contrast and Tif Jpeg Png compression."; 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 = ''; } }