var fDesc=new Array(); fDesc[1] = "the complete slide show software solution for sharing your best memories."; fDesc[2] = "Web. Photo DVD Maker has been designed to be easy to use by anyone. Create dynamic slideshows in three steps: Add photos, design movie menu, and burn discs. All tasks can be done in an intuitive way."; fDesc[3] = ", 3gp and more. When we open the program we can find a Menu Bar and three tags they are: organize photo, choose menus and burn disc. In the Organize Photo tag we can see our folders in one window and the files that we select in the other window."; fDesc[4] = "music and transitions. Share this exciting day on a screen using only a common DVD player in the comfort of your home. Use your CD or DVD burner to make high quality photo slide show DVD disc in less than half hour."; fDesc[5] = "number of template for every occasion. Just drag and drop your pictures/videos, music and select the template of your choice and within no time you will see your pictures converted to a nice looking slideshow."; fDesc[6] = "featuring your own photo slideshows. Create a slideshow complete with transitions, music, effects and menu, and burn disc for sending to friends"; fDesc[7] = "formats in a manner of project with background music (MP3 or WAV) and a presentation suite, including up to 155 available transition effects between displayed photos, adjustable time for each picture to be shown, as a visual presentation (or slide show), etc."; fDesc[8] = "easy. Another neat way of enjoying your memories is the QRPhoto to iPod MP4 Converter utility that allows you to create an iPod MP4 video by converting your digital pictures with Mp4 and h264 codecs."; fDesc[9] = "image and photo album."; fDesc[10] = "all the digital photos into DVD movies, then playback on home TV and Portable DVD Player."; fDesc[11] = "more. The fun, easy way to share photos with family and friends."; fDesc[12] = "format and share your special memories with your family!"; fDesc[13] = ", transitions, DVD menus. It can quickly and easily produce amazing wedding photo album DVD video disc playable on TV."; fDesc[14] = "photos to watch on TV. Share your digital pictures on a DVD with friends or family. Turn your photos into slideshows complete with music, transitions, captions, narration and stunning effects in only three steps.With DVD Photo Slideshow, thousands of pictures from family, wedding, landscapes or holidays parties can now be enjoyed on TV as high resolution DVD photo album."; fDesc[15] = "a few steps. This version is rather old, but here you can get the latest version which includes even more features. The program enables you to create astonishing videos from images and photos, with the possibility of adding background music, captions and an interactive disc menu."; 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 = '...'; } }