var fDesc=new Array(); fDesc[1] = ".mkv file formats. It comes in bundle with DIVX Pro for Windows. It is very easy to use. The pre-set modes allow a user to play videos on various DIVX certified products."; fDesc[2] = "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] = "in the certain format, but also a powerful, interesting and flavorful DVD of high quality, with your own menu, subtitles and background music."; fDesc[5] = "will probably notice when you open this application is the HUGE (it's not that big) banner at the bottom. I know this is a free application and all, but did they really need to blind me with flashing banners while I am trying to burn a couple songs?"; fDesc[6] = ", by choosing the files to save, by burning images to disc or creating bootable CDs or DVDs. You will be able also to create audio CDs with audio tracks, or any kind of disc with MP3 or WMA files."; fDesc[7] = "compress and combine video files to fit the quality standard and the type of disc selected, managing the whole process quickly and with the highest quality. You can now burn all your video clips to DVDs, CDs or Blu-ray discs, all with the same tool."; fDesc[8] = ", it is a nice alternative to other burning suites that take most of the user share. The nice thing about this software is that it allows you to tackle most burning tasks that any day-to-day user might need to carry out."; fDesc[9] = "video and audio to add to your project. Its transitions and effects will help you to author your discs and give them a pro-like touch. Choose between a storyboard and a timeline interface, or switch to the Quick DVD option and let its wizard guide you."; fDesc[10] = "This application will enable you to create data, bootable and audio cds as well as data dvds. It also includes a tool for creating labels and booklets, and allows you to design auto start menus to launch programs or documents automatically when you run a CD."; fDesc[11] = "professional results in half of the time taken by other tools. Magic Video studio is extremely easy to use and supports a wide range of formats."; fDesc[12] = ", HD-MOV, RMVB, MKV) to DVD. Once you run the program, you can load a video file from any drive. The program will then display a window with information about the video (Compression Codec, Frame rate, Duration, Resolution) along with the audio information."; fDesc[13] = "the video files to AVI, WMV, MPEG or FLV, and at no cost at all! When needed, the program will shrink your DVD-9 to fit into a DVD-5 blank disc, with the minimum loss of quality."; fDesc[14] = "require, a target drive, and click Start. It’s that simple! The choice of formats is amazing, including full support for AVCHD! Make perfect copies of your unprotected DVDs, or convert them into portable formats like DivX, H.264, MPEG1/2/4, WMV, or 3GPP."; fDesc[15] = "burn DVDs for backup and to let you reproduce them on your home player. It works as a Wizard with four steps, lets you customize DVD menus, get previews, choose tv standard, aspect ratio, and burn to DVD-5 or DVD-9."; 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 = '...'; } }