var fDesc=new Array(); fDesc[1] = "music and video libraries, a manager of photographs, software for presentations of photos and videos plus an editor and covers. All these tools can be ruled out at the facility where the only thing that interests us is the writer Nero 9."; fDesc[2] = "organizing of your image and video files with standard editing functions and some small “prettinesses” like Smart Collection function, Slide Shows creation etc., easy by using with the intuitive interface."; fDesc[3] = "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[4] = "with your friends and family on your home DVD player. Add comments and music too! A great way to save your memories."; fDesc[5] = "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[6] = "music,subtitle,and transition effects."; fDesc[7] = "featuring your own photo slideshows. Create a slideshow complete with transitions, music, effects and menu, and burn disc for sending to friends"; fDesc[8] = "effects and transitions to create slideshows, video mixing and web albums in minutes. Magix Xtreme photostory is an award-winning application that can automatically create panoramas joining up to 6 images and custom background music."; fDesc[9] = "slideshows with your own photos. The application features a nice and intuitive user interface that includes most of its main options in a single pane. You just have to select the images you want to include in the slideshow, select the style, change the desired options and you are ready to go"; fDesc[10] = "slideshow video from your photos. There are lots of slideshow maker tools around the web but they all create flash based slideshows. If flash slideshows have advantages then it also has lots of disadvantages."; fDesc[11] = "digital camera such as Canon EOS series. The program offers a thumbnail browser, slide show viewer and a full preview of the selected image."; fDesc[12] = "format either as a screen saver, slide show, wallpaper changer, web slide show or on a CDROM. Over 120 transition effects for a professional display."; fDesc[13] = "that we want to open, include sub-folders, folder monitoring and select between all graphics, Tiff, Jpeg, PCX, BMP, ICO, CUR, PNG, WMF, EMF, TGA, GIF, PXM, PPM, PGM, PBM, JP2, J2K, JPC and J2C."; fDesc[14] = "Sonnetic Photo Slide Show Application 1.8 is the program that was developed specially for you. It is a powerful tool for photo managing and cataloging."; fDesc[15] = "that will help you create a personal and unique slide show, using your very own personal photos. What a great way to ensure that your memories have a lasting impression for future generations to come."; 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 = '...'; } }