var fDesc=new Array(); fDesc[1] = ", new panels for Masks and Adjustments, on-the image that we can apply some adjustments to the style of Photoshop Lightroom, a 3D engine, and then only for begin."; fDesc[2] = "CorelDraw, the main application for vector design and layout; Corel Photo-Paint for image editing;Corel Capture, a screen-capture utility; ConceptShare, a collaboration service; and the Bitstream Font Navigator."; fDesc[3] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur ."; 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 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[7] = "members on $100 bills! Swap faces and bodies! Change yourself into an astronaut or a personality on a poster. Change photos for practical jokes! FunPhotor is professional fun-photo-blending maker,Combine your photos to funny or surprise scenes!and it's also a valuable and sophisticated program for entertainment. It's just plain fun! Try the coolest image synthesizing software today and see the magic with your own eyes!"; fDesc[8] = ", etc. It can contain distance of the camera from focus, adjustment of the lens, exposure time. It may even contain GPS information, thumbnail of the original picture and many more. Microsoft Pro Photo Tools is the best you can get to edit metadata of image files."; fDesc[10] = "resolution for every image you want to resize, Quick Photo Resizer offers resize schemes that can be used to resize any number of images to same format and resolution. Quick Photo Resizer also has a logo or watermark adding tool."; fDesc[11] = "easy and user-friendly interface and easy to use special photo editing tools with import/export functions. Photo Go gives the possibility of full control and organization of photo collections. It can organize even very large photo archives."; fDesc[13] = "PDA/smartphone, place text or logo, gather EXIF-collected photo statistics, search images and more..."; fDesc[15] = "different effects you can quickly put the focus on your subject. Use one or all, you decide. No fancy terminology or expensive tools needed."; 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 = '...'; } }