var fDesc=new Array(); fDesc[1] = "photos with friends and family is as easy as pressing a button!"; fDesc[2] = "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[3] = "photos, specially for making birthday card, get well card, congratulation card, party card, greeting card, photo album and so on. PIF DESIGNER 2.2 does not provide with any frame at all."; fDesc[4] = "digital cameras, but the application can be used by anyone. Version 7.1 adds several new features. The first one is the ability to tag pictures. By tagging a picture, you give it a keyword, which you can later use to find pictures."; fDesc[5] = "songs and albums with excellent audio quality, and all for free, as it is funded on advertising. In Spotify it is possible to listen to all sorts of music: from a rare song one might not expect to find, to the latest albums by popular bands and artists."; fDesc[6] = "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[7] = "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[8] = "your own site. It's free."; fDesc[9] = "new look to our classic photo albums, and it is very unique and easy to share. Thanks to the in-built 3D designer templates, we can now view our images in several exciting 3D environments like showrooms, art galleries, neon maze, Halloween, camp, Chinese garden etc."; fDesc[10] = "just a few of them are as original and funny as Comic Life. With Comic Life you can create photo albums using the typical model-making of comics. I mean, dividing pages into frames or panels, adding dialogue boxes and other labels like balloons, captions, etc."; fDesc[11] = "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[12] = "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[13] = "support for many digital cameras software and is compatible with file formats such as JPG, GIF , RAW, BMP, TIFF, PNG, DNG. The tool is bundled with a FTP client software. Many website templates like wedding, model book, holiday, real estate, etc are also available"; fDesc[14] = "software client is free to download and sharing albums is also free of cost. The most useful feature of this software is a simple user-friendly interface with well directed wizard options for creating cards and picture albums."; fDesc[15] = "or generic album art. AV Album Art Fixer is able to read your all albums from your windows media library and show all albums in its Album Box at the top left. You can select any album to scan for errors."; 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 = '...'; } }