var fDesc=new Array(); fDesc[1] = "photos with friends and family is as easy as pressing a button!"; fDesc[2] = "features to provide powerful digital editing performance without any problem. Pictures can be copied from camera and other storage devices and can be captured from live videos and from video files."; fDesc[3] = "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[4] = "(e.g. red eye) or get creative. Use for web, email, or print. Photoshop plugins, animation, and much more. FREE. Registration required."; fDesc[5] = "and precisely. This incredible program offers a comprehensive set of tools that enables you to edit your pictures and assists in transforming your photo ideas into reality."; fDesc[6] = "find a menu bar, one more toolbar and one window in it we can transform our pictures. This program is amazing and crazy, to take a time and have some fun with our pictures, I recommend it."; fDesc[7] = "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[8] = "incredible program enables you to perform various tasks, from basic to complex tasks such as editing existing images, creating new works based on existing images, creating new works from scratch and more."; fDesc[9] = "menu bar, one toolbar, a panel with a preview image and two tags, one window for see our photo transformed. Finally when we make click in the Process button we get our work done, but can click in the original image button and return to the original photo."; fDesc[10] = "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[11] = "photos you have in your computer. It permits you to edit your images and add effects such as changing positions, rotating, resizing, altering the overlay order, putting frames, mask templates, shadows, layers, etc. It is simple to use and fun."; fDesc[12] = "damaged B&W and color pictures, remove an unwanted object from a digital one and clean dust and dirt from printed photos. The included video examples show us how to do it."; fDesc[13] = "authors of Pos Free Photo Editor and Photo Pos Pro photo editor. The tool is designed for reducing the red-eye effect caused by the camera flash device."; fDesc[14] = "screensaver and greeting images in batch mode. Integrates a full-featured EXIF/IPTC editor, a photo editor and various enhancement presets - frame, shadow, mask, watermark and text to give another dimension to your photos. Replicate and batch process group of raw photos with editing and correctional tasks performed on a candidate photo and have web-ready documents in a single click, thereby increasing turnaround time and productivity. Image metadata such as EXIF and IPTC can be edited, or created entirely new. EXIF and IPTC metadata can be exported to a .XIFF file and .FFO file and the same can be imported to any image. In batch mode, use the option to import saved EXIF/IPTC metadata to all the resulting images. Use diverse renaming techniques to output files using information from metadata (EXIF/IPTC) or from the physical properties of the resulting/source image, or simply from the..."; fDesc[15] = "users are able to create picture slides. You can improve pictures automatically or manually, remove red-eye effects, apply distinct effects, add frames and borders, fix colors, crop, add text captions, etc."; 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 = '...'; } }