var fDesc=new Array(); fDesc[1] = "photos with friends and family is as easy as pressing a button!"; fDesc[2] = "create, design, restore, or retouch images, plus many other actions that are usually carried out by important image editors. Paint.NET works faster compared to other image editors, being very powerful and easy to use at the same time."; fDesc[3] = "camera's built-in functions. Not only does ZoomBrowser EX provide a simple straightforward procedure for everything from downloading, organizing and editing images through to printing your images or sending them as e-mail attachments, it also offers a range of features specifically designed to combine with and make the most of your camera's functions. Some of these features are RAW image processing, panorama image composition, and a remote shooting function that lets you control the camera from your PC. ZoomBrowser EX -- software that knows your camera and will change your total digital camera experience."; fDesc[4] = "import your photos and videos from digital cameras, camcorders, CDs, DVDs, and Windows Live Spaces. Moreover, with this incredible program you can enhance your photos with easy-to-use tools for adjusting exposure, color, and for removing red eyes."; fDesc[5] = "digital image. Is a powerful product, yet easy to use. It includes the basic functions needed for a beginner and the more complex functions used by pros."; fDesc[6] = "and scanners. Ulead Photo Explorer is more than a simple image viewer. It integrates functions of acquisition, edition, cataloging, organizing, adjusting and sharing digital images and video clips. This powerful and easy-to-use program has clear and simple toolbars."; fDesc[7] = "tool for owners of digital cameras, flatbed and slide scanners; and is for use by both professional photographers, and digital image processing enthusiasts. Neat Image not only reduces the high ISO noise associated with image sensors in digital cameras and scanners, it can also reduce the film grain visible in scanned slides and negatives, JPEG artifacts of overcompressed images, and color banding, and at the same time makes images sharper. Neat Image is indispensable in low-light, wedding, sport, and action photography. Features include: Premium quality of noise reduction provided by the most advanced noise reduction algorithms in the industryNeat Image uses device noise profiles to make noise reduction custom-tailored to your imaging device. Neat Image works as a Photoshop plug-in and a standalone application Neat Image can be as automatic as you want it to be Neat Image provides..."; fDesc[8] = "optimize an image with a single click, and you can eliminate that annoying red-eye effect just as easily. Colour correction settings are simple and clear, and it also includes some basic effects you can add to enhance your images."; fDesc[9] = "drawings captured from devices like scanners, VCR's, laser discs, digital cameras etc. The tool can capture images from sources such as scanners, capture boxes, digital cameras etc."; fDesc[10] = "now and then, people are covering those moments in their digital cameras and mobile cameras. Now when you want to put your imagination with those snaps and make them more creative here is an answer to your artist need called Photo Artist 2."; fDesc[11] = "with your digital camera. With ColorCastFX you can easily adjust and correct the color settings and gamma of your digital pictures. ColorCastFX is an excellent tool for fixing your photos and is absolutely free to use."; fDesc[12] = "lost media files from various digital devices whether it is video, audio or images. Presently it is fully capable to recover your media files from Audio recorders, digital cameras, MP3 players, WMA players, PDA, Mobile phones, hard disk, compact flash card of type I and II etc."; fDesc[13] = "any storage device. The program features a very simple and intuitive user interface, specially designed for beginners with a step-by-step wizard that guides you throughout the different steps of the process."; fDesc[14] = "exponentially, more and more of us are forgoing traditional film cameras for the new generation of digital cameras."; 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 = '...'; } }