var fDesc=new Array(); fDesc[1] = "photos with friends and family is as easy as pressing a button!"; fDesc[2] = "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[3] = "the images that you will use as tiles of the mosaic. You will be able to create collections of .JPG files, load a ready-made collection, use the images in black & white, extract images from an .AVI file or use some Photo Utilities."; fDesc[4] = "can edit your photos to create funny images in seconds. Select mask, upload your photo and get fun."; fDesc[5] = "realism. You can have precise control over the entire creative process can achieve visual results of great precision that are difficult to obtain without software so advanced as this."; fDesc[6] = "size over 1,000% without the loss of sharpness or detail that you would normally expect. Its patented, fractal based interpolation algorithms work like nothing else and the results speak for themselves."; fDesc[7] = "create their own multimedia productions including professional producers who require an authoring program that features a Commercial License that enables them to sell the work they produce in the program such as DVDs, CDs, graphics an photographic images."; fDesc[8] = "print your home digital photos, or you are a Professional looking for a way to easily print your photographic products, you will find PhotoELF simple to use and it has enough features to keep the advanced user more then satisfied. PhotoELF offers the ability to print up to 144 photos per page, print proof sheets, montages, calendars and more. You may also Batch Print a folder of pictures with any number per page, until all selected photos are printed. Photos may be clicked, dragged, sized and edited right on the print page itself. You may create your own custom print page templates, or use the standard Auto Organize features."; fDesc[9] = "photographic software packages is that you cannot quickly resize many photos at once. This simple easy to use tool does it all for you in a couple easy steps. Creates Slideshows, Screensavers and Websites."; fDesc[10] = "botanical garden on a beautiful Spring day. Admire thousands of blooming tulips and daffodils while hundreds flocking butterflies dance across the screen."; fDesc[11] = "backgrounds as they are lit up by the dance of lighting in the skies. The mood is completed with comforting, yet haunting background music"; fDesc[13] = "bright-colored background, whenever your monitor goes into standby mode. The snowflake images displayed are from the outstanding snowflake photographic collection belonging to the photographer Wilson A. Bentley (1865-1931)."; fDesc[15] = "compression capability via per pixel recalculation."; 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 = '...'; } }