var fDesc=new Array(); fDesc[1] = "in case we have a Canon printer installed. Easy-PhotoPrint has a nice intuitive easy to use interface so that everybody can use it. After installing this software, we can print images in three steps. First, we select an image anywhere from our system directory tree including external devices."; fDesc[2] = "and features that can get your raw photos ready to the publishing or sharing. You can use special effects, denoise and red eye effect removal tools to enhance your camera pictures. Photo! Editor supports all the popular image formats, like JPG, BMP, PNG, GIF and TIFF."; fDesc[3] = "draw your own works of art. You can acquire digital photos from file on your computer or directly from a scanner and at once start to work with them."; fDesc[4] = "interesting interface consists of two panes and a buttons toolbar with not really descriptive icons. Though its use is not simple for first time users, they can quickly get used to working with this application through the online help."; fDesc[5] = "effects to your photos. Within the application you will find a wide set of useful effects like: Rotate to left or right, fix red eye, enhanced color, denoise, deblur, make up, lighting, straighten, resample and crop."; fDesc[6] = "advanced amateur and professional photographers, it is a must have accessory for supported DSLRs and high-end digicams."; fDesc[7] = "Whenever we take photos with a mobile phone camera, we have to face vignetting, poor color appearance, poor sharpness & contrast, and also JPEG compression artifacts related issues with our photos, so these photos are not perfect for albums,"; fDesc[8] = "menu bar, one toolbar, two windows and in the foot of the program we can see an advanced box, a filter strenghtt and two buttons more."; fDesc[9] = "Being a lightweight yet powerful software it combines both a graphic files navigation and an image processing just fine. Scanning and printing possibilities will widely expand your opportunities! Slideshow, full-screen and thumbnails views are basic modes of the viewer serve to properly improve. Image brightness, contrast, color adjustment, flip, rotate, resize, format conversion and many other viewer's functions handy help improving digital photos within seconds."; fDesc[10] = "program we can go to the Help, Tutorial, Forum or continue and go to the button next. When come to the next step can find our pc folders in the left side and in the right window we can drag and drop the file or folder that we wish to open and transform."; fDesc[11] = "the program we can see a Menu bar, one toolbar, one window for see our pictures and in the foot of the program we can see the pupil detection, the correction strength and can select the darkening box."; fDesc[12] = "as a standalone program as well as a plug-in for your favorite photo editor. It can automatically change the appearance of underexposed, overexposed and mid-tone areas of a photo without touching the exposure settings."; fDesc[13] = "program we can see two windows in the left and two windows in the right. In the first window we can see our folders and in the window below we can see the images that every folder has."; fDesc[14] = "performs JPEG artifact and blotchy-look removal, median noise reduction, smooth image resizing, contrast and crispness control."; fDesc[15] = "audio files to one output video or audio file."; 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 = '...'; } }