var fDesc=new Array(); fDesc[1] = "and 8 cm discs. In only 4 simple steps you will be able to design and print the complete artwork you need for both the disc and its jewel case. You can either print a CD/DVD label to stick on the disc or print directly onto its surface, using Labelflash and LightScribe technology."; fDesc[2] = "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[3] = "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[4] = "protection, including CSS encryption, that some countries include in their produced DVDs to unable those to be seen at another countries. That blocking protection is known as \"Region protection\"."; fDesc[5] = "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[6] = "movies. It presents lots of useful features and tools including a video editor to crop and add effects, video triming, a PSP movie manager, and an iPod video transfer manager ."; fDesc[7] = "correction technology to ensure the highest level of success copying the latest generation of DVD movies."; fDesc[8] = "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[9] = "and enables you to share your collection with other users. With DVD Profiler you can categorize your collection and can also perform powerful search for finding DVDs of your choice."; 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] = "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[12] = "or ISO file in the hard drive of your computer. Choose audio track, subtitle, and preview DVD movie when copying a DVD."; fDesc[13] = "disc with no quality loss whatsoever in 30 minutes. This incredible program has the ability to copy and burn DVDs from your hard drive and compress and copy a dual-layer (D9) movie into one D5."; fDesc[14] = "Drives, CDs, DVDs or floppies. The program has only 3 options to choose from: to Copy files from damaged media to a specific folder, to Make a copy of a damaged CD or DVD disk and, to copy files and burn them on a CD or DVD."; fDesc[15] = "or DVD+R/RW discs. You can copy the whole disc, main movie, or split a DVD-9 disk. It supports DVD+R/RW, DVD-R/RW, DVD+R DL discs."; 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 = '...'; } }