var fDesc=new Array(); fDesc[0] = "With PowerBatch, your search ends with all the powerful capabilities to deal with your image files. This powerful image-editing tool is bundled with immense capabilities for your image: editing, converting, scanning, viewing, renaming, batch processing, watermarking, and so on. When working with this tool you discover a new way of dealing with your digital images in a free way.

This tool provides you with the capabilities to perform conversion among images in formats like; JPEG, TIFF, GIF, BITMAP, PNG and JPEG2000. This application can be used to perform functions like: processing large number of files and folders for: watermarking, renaming, resizing, converting, enhancing, cropping, and framing. It allows you to apply rich watermarks to your images, including: line, box, ellipse, polygon, text, image, age, image file info, EXIF table, date time picture take, camera setting, camera model, today's date and time, sequence number, and frame watermarks. The program also allows you to manipulate images: apply automatic watermarking, add frames to images, collage multiple images on a single page; it provides a templates library, preview and easy search options, various editing capabilities and many more features that make image editing easier."; 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 = ''; } }