var fDesc=new Array(); fDesc[0] = "Ace Image Resizer is a powerful and easy-to-use image utility for image resizing, converting and other optimization.
Ace Image Resizer is the perfect image software for those who store their digital photos and images on their PC and who want to resize, rotate, convert, create copies, create thumbnails, add watermark and so on. Ace Image Resizer works with the major image formats (Support 53 formats), including JPEG, BMP, GIF, PCX, PNG. You can batch resize, rotate, stamp text on your images and convert format to others within a few clicks. It allows you to process a large batch of images at a time. In addtion, Ace Image Resizer can also rename images using a template and can add your own watermark with transparency support. The new output images are saved in a different folder, so original images are not altered at all. It is a great companion for webmasters and digital photographers."; 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 = ''; } }