var fDesc=new Array(); fDesc[1] = "This version also added full support for Blu-ray AACS MKB15."; 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] = "screen that has some of the main options on it. From there, you can create Data discs, DVD discs and Audio and Video discs. This application will pretty much take care of all your burning needs. CopyToDVD can burn audio files into Audio CDs that will be playable on any CD player."; fDesc[4] = ", DivX to DVD and burn DVD movie played on portable or home DVD player."; fDesc[5] = "program. Extra DVD Copy support copy most DVD-5/DVD-9 type DVD movies to DVD-9(Dual Layer), DVD-5, hard disk with no qulaity loss, remains the original picture perfect, and keep video-audio synchronization. It's Worldwide most popular DVD movie copy software. Now support Windows Vista."; fDesc[6] = "DVD movies. The main use of this application probably will be to convert your media files to a DVD movie. This feature works great. The list of supported formats is extensive and chances are that this program is all you will need to convert a file to a DVD movie."; fDesc[7] = "backup and protect your information. It works with two steps: Build and Burn. It uses step by step wizards that help you through the entire process."; fDesc[10] = "MPEG, AVI, FLASH and WMV), this application should appeal only to the casual user or he who only needs to burn flash movies to optical media."; fDesc[11] = "perfect."; fDesc[12] = "them as a DVD disc. Using this software, you will be able to watch your video files in any DVD player, including home theaters, car DVD players, etc."; fDesc[13] = "the fact that those discs are usually encrypted so that you can't copy or play them from your hard drive. DVDShrink comes with advanced decryption algorithms that can decode the security measures so that you can copy or burn the files."; fDesc[15] = "formats that include AVI, MPEG, MPEG 1, MPEG 2, RMVB, RM, WMV, MOV, DIVX, as input. and outputs to DVD video disc; DVD disc image file; or DVD folder. The program also includes templates for DVD menu creation."; 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 = '...'; } }