var fDesc=new Array(); fDesc[1] = "unnecessary elements (foreign language audio or subtitles, extras, additional footage) from the target DVD or just by compressing the existing contents. After setting the desired parameters, you can record your new DVD, or backup it to hard disk."; fDesc[2] = "This version also added full support for Blu-ray AACS MKB15."; fDesc[3] = "the drive, allowing you then to backup the movie using a DVD backup tool such as CloneDVD."; fDesc[4] = "collection and even those CSS-encrypted and region-protected discs. Without special setting, CloneDVD will automatically remove CSS protection and region codes during copying."; fDesc[5] = "copy DVD movies if they have not been decrypted. The compatible copier programs are: 1Click DVD Copy, Nero, Intervideo DVD Copy, Roxio, and Pinnacle DVD Copy. System requirements: Microsoft Windows 2000, XP, and Vista."; fDesc[6] = "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[7] = "them to a new DVD. It can copy DVD-5/DVD-9 type DVD movies to DVD-9(Dual Layer) disc, also supports the compression of DVD-9 type DVD movies to DVD-5 disc."; fDesc[8] = "the most popular portable devices (including iPhone, iPod, Zune, Pocket PC, XBOX 360, and others). Includes a fully functional DVD player."; fDesc[9] = "correction technology to ensure the highest level of success copying the latest generation of DVD movies."; fDesc[10] = "loss of quality within 20-40 minutes, or compress a DVD9 movie to fit on a 4.7 GB DVD. And it can also copy DVD movies to hard drive."; fDesc[11] = "computer hard drive or to blank discs. The program works with a very fast speed and it does it with a high level of quality. This efficient application allows you to copy an entire DVD or to copy just the episodes you select from your DVDs."; fDesc[12] = "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[13] = "blank DVD disc or to a hard drive location folder. BlazeDVD can copy DVD-5 and DVD-9 discs; splitting DVD-9 discs to two DVD-5 discs automatically, copying all special features, menus, subtitles, audios, leaving nothing behind."; fDesc[14] = "type movies, can compress DVD-9 to DVD-5. Lets you choose audio track, subtitle, DTS Audio, and gives you the possibility to copy menu and extras."; fDesc[15] = "iPod, Apple iPhone, Youtube FLV file, Sony PSP MP4, WMV, Microsoft Zune, Cellphone 3GP video, among others. With this incredible software you will able to enjoy your favorite movies and videos in any possible format wherever you go."; 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 = '...'; } }