var fDesc=new Array(); fDesc[1] = "one process, use image watermarking options, rotate and auto rotate images without compromising in quality, use canvas resize feature, rename image files in batch mode so on."; fDesc[2] = "program lets us add a watermark in it we can add input text or image logo, we can add text or choose our logo, can selct the position, the angle and the transparency."; fDesc[3] = "Download Now and start resizing photos with this free software tool."; fDesc[4] = "interface. Good for beginners, novice and expert users, with all they might need to accomplish good results in enhancing, managing, getting creative designs, printing, etc. your digital photographs. AutoEnhance features to fix red eyes."; fDesc[5] = "looking wizard driven visual interfaces to take you through batch resizing images."; fDesc[7] = ", EMF, GIF, JPG, PNG, RLE, TGA, TIF and WMF file formats and 8BF Filters."; fDesc[8] = "the list, print pictures, share it via email or publish your album on the internet. You can extract pictures from camera, scanner, hard disk, clipboard, and screenshots."; fDesc[9] = "purpose of sending it by email, publish it on the web or just to save space on your hard drive."; fDesc[11] = "formats. Picture Resizer Pro 2007 works in batch mode, which means more time for you!"; fDesc[12] = "with a few clicks."; fDesc[13] = "publish your pictures again. Automatically resize, watermark and add borders to your images."; fDesc[14] = "Included templates help make pictures for email, the web, eBay and more. Convert pictures between JPG, BMP, GIF, PNG, PSD and more."; fDesc[15] = "filters, changing brightness and contrast of your images and adding labels."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }