var fDesc=new Array(); fDesc[1] = "photos with friends and family is as easy as pressing a button!"; fDesc[2] = "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[3] = "photomontages, impressions and conversions of formats. Specifically, includes an image viewer with a presentation mode, an editor for adjusting levels of brightness, color and contrast, an editor of frames and masks to embellish your photos, and other effects"; 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] = "the program asks for the name that we want to add to our album and we can see the demo in the program that teach to us how to use this useful program."; fDesc[6] = "The DVD creation capability turns your slideshow productions into DVDs that you can easily share with friends and family on your TV."; fDesc[7] = "and drop feature it is totally user friendly. We can easily create folders and subfolders that have unique templates and designs and host them online without any need for extra hosting. All we need to publish the albums online and share them with our friends is a user ID."; fDesc[8] = "variety of features which are helpful to -create photo albums, for image transfer from other digital devices, view and print photos, view slideshows and much more with total back up facility."; fDesc[9] = "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[10] = "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[11] = "intuitive editing wizards, and professional templates and layouts. Download FotoFinish and get the most out of your digital camera."; fDesc[12] = "keyword indexing. You can copy, move, rename and resize image files, or whole directories. Use powerful printing functions for individual images, nthumbnail sheets, or batches of images with specific sheet layouts. Perform color adjustments, sharpen and soften, rotate, crop, and fix red eye!Includes a built in slideshow with transition effects, and more. Create index images and View GIF animations. Supports JPG, GIF, TIF, BMP, PNG, PSD, PCX."; fDesc[13] = "technology. Rotate, crop, resize, remove red-eye, and sharpen. CorrectPhoto is the perfect digital photo editor for Windows XP and Vista."; fDesc[14] = "pictures have you seen with that bothering red on people's eyes? Well, with this software that won't be a problem anymore. StopRedEye! 1.0 helps users to correct red eyes in a very simple way."; fDesc[15] = "powerful image editor for creating beautiful images and web graphics. It's like two programs in one! Easily organize your photos into albums with names and descriptions, and view convenient thumbnail previews. Use the easy Wizard Tools to touch up, rotate, crop, resize, and fix red eye in your photos, or to apply special effects like blur, emboss, vignette, and more. You can edit and touch up your photos, or create new images from scratch with the powerful image editor. Create web graphics from over 2,000 stock photos, buttons, and textures included free, and save your images in popular graphic formats with transparent backgrounds and optimized palettes. Easily print your photos using dozens of professional, ready-made templates, or create your own templates (using the companion SmartDraw product) with fun clip art, borders and creative photo frames. It's easy to share your photos with..."; 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 = '...'; } }