var fDesc=new Array(); fDesc[1] = "Essential is surprisingly simple for the novice user, and very convenient for the more experienced user. We also share our best photos with friends, upload to the network, or use templates to create digital albums."; fDesc[2] = ", burn, convert, record and do much more with this program. Play the most popular video formats or convert audio from one format to another. Record analog audio from the computer and add sound effects, such as cross-fader, reverb, and x-bass."; fDesc[3] = "camera's built-in functions. Not only does ZoomBrowser EX provide a simple straightforward procedure for everything from downloading, organizing and editing images through to printing your images or sending them as e-mail attachments, it also offers a range of features specifically designed to combine with and make the most of your camera's functions. Some of these features are RAW image processing, panorama image composition, and a remote shooting function that lets you control the camera from your PC. ZoomBrowser EX -- software that knows your camera and will change your total digital camera experience."; fDesc[4] = "eye on human photos or green eyes on pictures with animals. You can also denoise low-quality photos made from cameras from digital telephones. You can create СD labels and print them. You can also create slideshows and copy them to discs."; fDesc[5] = "features needed in order to create and design print projects; iron-ons, flash cards, photo albums, even skins for iPod players. With PrintMaster Gold 17.0 users are provided with over 17,500 pre-designed project templates, (7,500 more than in the PrintMaster Silver edition)."; fDesc[6] = "cards and albums easily and quickly. It is a combination of PowerPoint and Flash-making software, which has the ability to make a flash presentation. It is very user friendly, easy to learn for beginners as well. In addition to this, it has many other interesting features"; fDesc[7] = "decorations, lets you add music and backgrounds. Supported output formats include: MP4, AVI, WMV, 3GP, WMV2 and the possibility to burn DVD discs."; fDesc[9] = "will be able to view, process and enhance your photos very easily and fast. You can import photos from your digital camera or local folder, apply the effects you want, and then print them out, e-mail them, create a photo book, a slideshow, a screensaver, etc."; fDesc[10] = "users are able to share distinct type of files. It also is used as a platform for the promotion of unsigned artists and is very good for downloading full albums as users can share folders for their albums. Additionally it has an easy to use interface which can be customized any way you like."; fDesc[11] = "with friends. My Pictures 3D Album is a new extraordinary way to show off and store your photo collection in 3D Photo Albums. This program gives you an opportunity to place each photo in the certain location in picturesque 3D galleries, fine-tune pictures and then view in the 3D virtual space. Albums can be viewed both in automatic mode and manual mode. In automatic mode the program itself guides you through the gallery halls, showing your photos. You can also switch to the free move (manual) mode and wander freely inside the virtual space using a mouse. Every your photo album will be a masterpiece - varying different galleries from our constantly growing collection and your photo collection, you'll be able to create a unique photo album to maintain each memorable moment of our life. You can save your albums both into special My Pictures 3D Album format or stand-alone EXE file that may..."; fDesc[12] = "album covers for the music you have in your iTunes Library. This artwork will be later displayed in your iPod, iPhone or Apple TV, thanks to the CoverFlow feature."; fDesc[13] = "albums based on the popular Adobe Flash technology. Within the program you will have more than 38 eye-catching templates to choose, and you will be able to apply many visual effects to your albums with ease."; fDesc[14] = "pictures adding some amazing effects to the images. It comes with many pre-designed templates and gives the possibility to create templates with the integrated Template Editor."; fDesc[15] = "albums and share those albums with people around the globe. Perhaps the best feature about this application is how free you are to organize your photos any way you want."; fDesc[16] = "software. The Picasa world is a program where you can find and organize your photos. This complement is the way to upload photos directly to the Picasa Web Albums and share with friends and family the pictures you have."; fDesc[17] = "are protected by a password. Private Photo Album uses strong 256-bit encryption technology to guard all the private photos and keep them safe in a single executable file."; fDesc[18] = "create albums from pre-designed templates to fully customized albums (includes backgrounds, frames, etc). Is compatible with the previous versions."; fDesc[19] = "owner of a website, then this simple application will let you create your own web albums by using nice included templates, and upload them to your server easily."; fDesc[20] = "own diaries and eye catching calendars for different purposes. It offers cropped mask, effects, shapes, soft shapes, and texture, transparency, and many image mask options."; 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 = '...'; } }