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] = "the drive, allowing you then to backup the movie using a DVD backup tool such as CloneDVD."; fDesc[3] = ", Flash (SWF and FLV), iPod, PSP, 3GP, etc.; editor; recorder; CD/DVD ripper; audio, video, data CD/DVD burner for DVD, VCD, and SVCD; and more."; fDesc[6] = "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[7] = "single-layered recordable media, its high-quality compression engine will give you the best results even when high compression rates are needed. Besides, DVD Shrink allows you to select only those sections you want to back up, thus lowering the compression rate."; fDesc[8] = "transcode them, or put video back on DVD for different purposes, like for instance to get backups of your favorite DVD movies. Includes DVD Decrypter, VOBrator, VOBSplitter, DVD Shrink, and more."; fDesc[9] = ", effective software working with DVD softwares."; fDesc[10] = "without any loss and shrinking an 8.5 GB DVD (D9) movie to fit a 4.37GB DVD (D5) disk with high quality"; fDesc[11] = ", Audio, Subtitles and Languages. Also It will peer off CSS from commercial DVD automatically so that you can make your own DVD copies no matter"; fDesc[12] = "formats, such as VCD, SVCD, DivX, AVI, MPEG4 and WMV, etc."; fDesc[13] = "play/copy/backup software restriction-free, and it also supports copy/backup DVD to hard disk"; fDesc[15] = "easily copy, shrink and burn DVD movie. It lets you easily rip DVD to Video iPod, Zune, iPhone, Apple TV, PSP, Xbox 360, PS3, iRiver PMP and so on."; 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 = '...'; } }