var fDesc=new Array(); fDesc[1] = "photos (pictures) to email, send to mobile phone, create calendars, slide shows, greeting cards, print pictures or output files, etc. from images captured by camera, scanner, or whatever digital mean, or from existing pictures on the Hard Disk or other removable memory media."; fDesc[2] = "to create personalized collections, to create slideshows and presentations, get instant file identification. Creating web albums for publishing is just one click away from you and even you can edit it according to your needs and preview it before presentation."; fDesc[3] = "digital images. You can download your images from your camera in a few seconds. Then, you can create slideshows with background music or add special effects to your photos. Finally, you can send your photos by e-mail to share them with your friends."; fDesc[4] = "images like graphical images, photos and text. With S-Spline XL settings you can improve sharpness of the image, add film grains to an image, and apply sharp and soft edges to make all your digitals look more natural."; fDesc[5] = "tools: - A complete management suite to keep your collection organized. - A comprehensive photo editor for both novices and experts. - An extensive collection of presentation options to boost your creativity."; fDesc[6] = "changed, and the direct comparison of the \"original\" and the edited picture facilitate for you the work."; fDesc[7] = "digital images. Photo Explosion Deluxe is primarily used for three purposes: organizing photos, enhancing photos, and creating photo-based projects. The software provides powerful enhanced photo editing, photo organizing features."; 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] = "email your photos and photoshows , upload them on the web for sharing, make personlized DVD and much more. Its online service is very effective."; fDesc[10] = "efficient way to organize it, you must have this digital photo album software."; fDesc[11] = "the list, print pictures, share it via email or publish your album on the internet. You can extract pictures from camera, scanner, hard disk, clipboard, and screenshots."; fDesc[12] = "comfortably which pictures were changed, and the direct comparison of the \"original\" and the edited picture facilitate for you the work."; fDesc[13] = "allows you to easily find the required disk in your photo archive collection"; fDesc[14] = "is ideal for working with digital photos. It allows to add picture frames. The work with layers is supported, print with preview is available."; fDesc[15] = "digital photo albums."; 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 = '...'; } }