var fDesc=new Array(); fDesc[1] = "and watch the latest movies on Blu-ray Discs and HD DVDs, or are you simply looking for the best home-theater playback quality available for DVDs? DVD Suite 6 Ultra for creating discs of your high-definition video content, editing videos automatically, and watching Blu-ray Discs and HD DVDs."; fDesc[2] = "video files, including high-definition AVCHD. Author your videos, adding high definition disc menus and Dolby Digital 5.1 sound, edit and enhance your movies, and burn them to almost any type of disc. It also includes a suite of tools to copy, rip, and erase your discs."; fDesc[3] = "user interface is built around a simple 4-step workflow comprising: Capture mode (to capture feed from different sources); Edit mode (Import Media, Trim, Fix/Enhance with Magic Tools, Add Effects) etc."; fDesc[4] = "video recorded with a camcorder, upload a video to a portable device, or edit a project, MyDVD will allow you to do it, providing you with professional tools to create the perfect DVD for each ocassion."; fDesc[5] = "media manager, you can now have the complete PC and TV experience. Whether you want to access your media files from the comfort of your living room, or complete digital media projects on your PC, Nero 8 Ultra Edition is all you need. Now, with more features than ever before, this powerful software can transform your digital photos into professional animated slideshows, backup all of your valuable data, manage and search your media files, edit video or photos, create DVDs (including menus), stream your files over a media server, and compress files to take on the go. Beginners and experts alike will be amazed by what one solution can do. Really, it’s that good."; fDesc[7] = "types of video files and add a DVD menu to them .This incredible application enables you, not only to create static DVD menus, but also to add videos and music as background to your menu, edit the menu layout and much more."; fDesc[8] = "video professional or a new video enthusiast, we are confident that MVW-DVD will meet all of your MPEG editing needs and non commercial DVD authoring."; fDesc[9] = "complete DVDs, with menus, titles, subtitles, audio and video. The process implies that you drag and drop audio, video and subtitles onto a timeline. You can also select subtitles for each movie and alternate audio streams."; fDesc[10] = "products, and so did with this one. This application allows you to be highly creative regarding the type of video that you create. You can capture your video from DV and HDV camcorders. All you need to do is plug them in and their contents will appear as a source file on TMPGEnc."; fDesc[11] = "integrated DVD authoring, surround sound, audio processing, and 1000’s of other powerful real time effects. Avid Liquid provides the necessary tools which allow the user to create high quality productions"; fDesc[12] = "websites. This incredible program is a standalone vector-based Web graphic authoring tool that provides professional graphics editing features."; fDesc[13] = "existing FrameMaker users who want to author and publish technical documentation in multiple languages. Adobe FrameMaker 8 software combines word processing and XML-based structured authoring with template-based publishing."; fDesc[14] = ", publish and manage your websites. This incredible program is a standalone vector-based Web graphic authoring tool that provides professional graphics editing features."; fDesc[15] = ", and so did with this one. This application allows you to be highly creative regarding the type of video that you create. You can capture your video from DV and HDV camcorders. All you need to do is plug them in and their contents will appear as a source file on TMPGEnc."; 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 = '...'; } }