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] = "the complete slide show software solution for sharing your best memories."; fDesc[3] = "and add music to the slideshows. There are two ways to create discs with MyDVD. The first is by recording directly from a video source to a DVD or VCD and the second is by bringing video, audio, and images into a DVD/VCD project and then burning on a disc from the project."; fDesc[4] = "key-framing, photo/video layering, copy protection, templates and more. This program has nothing to do with Power Point; it goes beyond, providing users with features required for professional projects."; fDesc[5] = "must be a Dell system owner with factory installed Dell Cineplayer 3 in order to use it. Dell Cineplayer support the following disc formats: DVD-Video DVD-VR DVD Slide Show VCD VCD Slide Show"; fDesc[6] = "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[7] = ", 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[8] = ", can turn your photos into DVD movies with Hollywood style motion effects, can convert other video formats to DVD"; fDesc[9] = "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[10] = "featuring your own photo slideshows. Create a slideshow complete with transitions, music, effects and menu, and burn disc for sending to friends"; fDesc[11] = "individually. Creativity with no limits, even if you want more. Use multitrack timeline, animations, music, text effects, ken burns and movement paths."; fDesc[12] = ", video files, camera recordings, etc. The user can get own files from hard disk, albums, etc. the application opens a window for the user to browse his own directories and get the pictures he's interested on and drag-and-drop them into de program grid."; fDesc[13] = ", transitions, DVD menus. It can quickly and easily produce amazing wedding photo album DVD video disc playable on TV."; fDesc[14] = "burn a DVD or VCD, package to run on another PC or as a screen saver, create an HTML page, or AVI or MPEG."; 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 = '...'; } }