var fDesc=new Array(); fDesc[1] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur ."; fDesc[2] = "the whole system with the OS, apps and settings. In case of a crash you can restore it all in no time!"; fDesc[3] = "beyond the basics. Apply incredible effects, organize and retrieve automatically your pictures from any device (from cameras to cellphones) and share them."; fDesc[4] = ", comparison, red-eye removal, emailing, resizing, cropping and color adjustments. It supports all kind of images format and also includes new tools for drawing on the imagery, fixes, optimization."; fDesc[5] = "be used with pictures taken from digicam, hanycam, camcoders even web cam or any imaging device. This software by Canon supports BMP, FPX, JPG, PCD, TIFF and PNG file formats."; fDesc[6] = "pictures and movies. Enhance the digital photographs with the easy to use interface that contains the latest imaging tools and functionality."; fDesc[7] = "such handy abilities as generation of self-extracting images and automation of image processing operations."; fDesc[8] = "funny pictures in couple of clicks. Just import any photo, use any effects and you are ready for the fun. You can make funny faces by enlarging noses and ears or deforming someone's hair. You can use dent, bump, wave, explode, shrink or stretch tools to give your photos new shapes."; fDesc[9] = "wonderful wallpapers and photos for your desktop, emailing, greetings, blogs and other projects. Photo Frame Show offers different photo frames with amazing graphics for your or your family's photos."; fDesc[10] = "clicks, and then organize them indigital photo albums. Best of all, you can go directly from the program to Acti..."; fDesc[11] = "for the edition, organization and view of our images files and pictures. It supports multiple formats, including the formats of some digital cameras, so we can manage all them using this fantastic application."; fDesc[12] = "resolution for every image you want to resize, Quick Photo Resizer offers resize schemes that can be used to resize any number of images to same format and resolution. Quick Photo Resizer also has a logo or watermark adding tool."; fDesc[13] = "This program has many features that make the creation of thumbnails easy to do, even for those that have never done so before. The user interface is very clear and organized which makes it easy to use."; fDesc[14] = "decompress video files, in order to watch them using your regular viewers, such as Windows Media Player, or edit videos with your favorite program. This codec works both in 32-bit and 64-bit operating systems."; fDesc[15] = "It supports well over 30 different file formats for viewing and saving images, in multi-page formats like TIFF and PDF, and also supports conversion of images into other format."; 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 = '...'; } }