var fDesc=new Array(); fDesc[1] = "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[3] = "creatively with the help of audio tracks, animated menus, subtitles including slideshows which can be inserted in your videos with suitable audios."; fDesc[4] = "download a video; it also comes with a built-in video converter that can convert the downloaded video for your iPod, iPhone, 3GP player, Xbox player, Archos and for many other popular multimedia players."; fDesc[5] = "audio, text, insert both visual and audio effects, and finally export sequences in almost any format. Its choice of built-in tools will allow you to edit your pictures, your audio clips, your video sequences, and create new ones!"; fDesc[6] = "control. You can import your favorite DVD MPEG I/II or VOB files, arrange them into tracks and chapters, and next customize the menu display. You will get amazed!"; fDesc[7] = "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[8] = "websites. This incredible program is a standalone vector-based Web graphic authoring tool that provides professional graphics editing features."; fDesc[9] = ", publish and manage your websites. This incredible program is a standalone vector-based Web graphic authoring tool that provides professional graphics editing features."; fDesc[10] = "With its simple word-processor-like interface and integrated help, this application can be easily mastered by novice users too. Supplied with single- and multi-author editing capabilities, this program allows you to create documentation in form of compiled HTML help, Web help or PDF format."; fDesc[11] = "with ease. Compatible with Windows 98/ME/2000/XP/Vista this amazing tool makes the complex task of creating help files simply at your finger tips."; fDesc[12] = "your family or upload to a website. The program features a nice and intuitive user interface that allows you to customize almost everything in it. You can select the movie size, select the buttons you want to include (Play & Pause, Rewind, Next & Previous); etc."; fDesc[13] = ", 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[14] = "This software removes all the restrictions allowing the user to create DVD's in whatever way they want. The DVD-lab Studio was developed after two years based on DVD-lab PRO and gave a more hands-on approach on authoring tools."; fDesc[15] = ", insert web objects into the presentation, use player templates and presentation options, sync animations, add FLV video to slides and edit them accordingly and much more functions."; 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 = '...'; } }