var fDesc=new Array(); fDesc[0] = "ImageZipper Image Converter converts images between over 60 image formats such as iThmb, PDF, SVG, RAW, JPEG, PNG, GIF etc. ImageZipper can convert large quantities of images in a batch conversion with just a few clicks and easily compare the original source images and the target images after conversion. Optionally, ImageZipper can also resize, flip, rotate the image and add watermark on the image. Besides, ImageZipper allows to configure the target image encode settings, set DPI / PPI of the target image and keep metadata, e.g. EXIF, during conversion. Furthermore, ImageZipper can also be used to preview EXIF or other metadata information and GIF animation."; 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 = ''; } }