var fDesc=new Array(); fDesc[1] = "This version also added full support for Blu-ray AACS MKB15."; fDesc[2] = "the drive, allowing you then to backup the movie using a DVD backup tool such as CloneDVD."; fDesc[3] = "appear in My Computer. You do not even have to run the program to mount or unmount an image, as the very My Computer window will give you that option via the right mouse button menu."; 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] = "version brings improvements in the motor of handling of images (ISO, NRG, etc…) new languages available, and neat errors of the interface. In addition now it comes frees of adware (Publicity), that is not little."; fDesc[6] = "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[7] = "interface to extract DVD contents and save them as MP3 files,as well as Audio inserted in DVD and MPEG files to be converted to MP3 and played on any MP3 standard player. The libraries that this application uses for encoding MP3 are up-to-date."; fDesc[8] = "the latest SafeDisc and Securom!"; fDesc[9] = "based on protected sectors. Combining this tool with DVD Decrypter and DVD Shrink (all of them free!) you can easily get your copy without worries."; fDesc[10] = "advanced features, such as S/PDIF output ,Multi-Speakers, Digital Zoom, etc. It also offers some copy-protection free features like: Region Free , RCE Free , Macrovision Free."; fDesc[11] = "interface. However, it couldn't be suitable for all cases (for example on last DVD movies featuring new copy-protection methods like DVD-43)"; fDesc[12] = "Copy\", \"Copy Right Protected\" or \"All Rights Reserved\" or anything what you want. You can tile the watermark everywhere on the image or select desired position for the watermark."; fDesc[13] = "copies of your legally bought games. GameCopy is able to copy all kinds of CDs or DVDs, even those that are copy-protected with VOB Protect CD, Starforce 1 or 2, SafeDisc and Securecom methods. Using this program you will even be able to copy PS2 games."; fDesc[14] = "allows you to apply mechanisms to efficiently manage DRM, copy protection, and distribution of your most sensitive files. You can make use of different parameters to define your preferred levels of security."; fDesc[15] = "components. Strong encryption. Flexible license file content. Creates encrypted code and data."; 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 = '...'; } }