var fDesc=new Array(); fDesc[1] = "used as background to create funny and interesting images. What is more, the program includes hundreds of masks to choose from, various clip arts, funny and sweet cartoon figures, frames, outlines and the possibility to include text to make your photos even more attractive and interesting."; fDesc[2] = "simple way. It includes all the common tools including Hue/Sat/Luma, Cloning, Sharpening, etc. and plenty professional tools like Barrel-Pincushion, Chromatic Aberration, Perspective Correction, to name but a few."; fDesc[3] = "can add different water masks to our pictures and observe them in auto view, at the same time that we can observe the changes, previewing the added effects."; fDesc[4] = "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[5] = "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[6] = "retouch tools."; fDesc[7] = "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[8] = "required because the whole process is of the simplest kind, allowing even an inexperienced user to improve the color of his/her photos. It is possible to add images with the following formats: BMP/JPG/TIF/PNG/PSD/PC X anywhere within our computer, removable, or external compatible TWAIN devices."; fDesc[9] = "integrates with Adobe Photoshop, Paint Shop Pro Photo and other photo-editing applications. It gives you the power to apply any imaginative effect to an image surface without disturbing its original details."; fDesc[10] = "simplicity and ease of use or for beginners who does not need a complex program. The user interface is very attractive and colorful, and offers sound effects to make it even funnier."; fDesc[11] = "enlargement of JPEG Images. The software will help developers and professional photographers to get an enlarged size of the jpeg image, originally captured in the camera, without any distortion to the quality of the image."; fDesc[12] = "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[13] = "(\"anaglyphs\") that appear in simulated 3D when viewed through special glasses with one red and one blue lens."; fDesc[14] = "have hundreds or thousands of images. But luckily we found Batch AutoCorrector. With its help the process of quality improvement is just a kids game. As its name suggests, it is a batch auto corrector,"; fDesc[15] = "users to perform all the modeling, measuring and other operations required for installation of cameras and video surveillance systems. So you will spend less time on estimating lens focal length and the right location of video cameras to get the necessary image on the screen."; 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 = '...'; } }