var fDesc=new Array(); fDesc[0] = "JBatch It! is a Windows based GUI Batch Image Processor which handles the popular image format, JPEG. JPEG is the image format used for storing and displaying of 24 bits (true color) photorealistic images. This is widely used by digital cameras and web site displays. It can work with BMP, PNG and GIF Images too.

JBatch It! is made to be a simple to use program. All you need to do is to load the images, set the necessary conversion processes and click 'Process All' and let it do all the work. In minutes, you will have accomplished what you would have taken hours or days to achieve.

Be it to change filenames, resize images, add text captions , JBatch It! can handle it for you with ease."; 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 = ''; } }