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] = "an all-region DVD. The users can watch the film directly on their PCs, with any movie player like PowerDVD or WinDVD, or burn a new copy of the DVD without restrictions."; fDesc[3] = "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[4] = "DVD 9 disc into 2 DVD 5 discs) or convert to different formats like: AVI, WMV, MP4 in profiles that include: Frame rate, Volume, Resolution, Video and Audio Codecs, Video and Audio Bitrate."; fDesc[5] = "hard-diskhard disk. So it facilitates keeps the user from losing the information saved on CD’s DVD’s, etc., in case of scratches by copying it on a hard drive and even providing an option to run the same with the help of a virtual drive."; fDesc[6] = "For starters, DVD Copy Express will take care of any protection your DVD movie might have, making it ideal for backing up your movie collection."; fDesc[7] = "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[8] = "or ISO file in the hard drive of your computer. Choose audio track, subtitle, and preview DVD movie when copying a DVD."; fDesc[9] = "utility to restore your files again. Backup4all is an easy to use utility that will help you to make safe backups of your files and folders, and using the New Backup Wizard you will be able to create a new backup job, easy and quickly."; fDesc[10] = "others, you should keep yourself prepared for the these. In such cases a simple backup solution will not serve your purpose. You need a handy and reliable tool like “Handy Backup” to serve you with automated, incremental and mirror backup facilities."; fDesc[11] = "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[12] = "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."; fDesc[13] = "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] = "DVD-R/RW or DVD+R/RW in a few steps. This incredible program has been designed to copy your DVD movies using your own dvd burner while keeping the same sound and video quality of the dvd backup with all the special features, menus, subtitles, and languages included."; 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 = '...'; } }