var fDesc=new Array(); fDesc[0] = "PowerDVD Copy is a DVD copier that creates perfect copies from your DVDs. With this application, all you have to do is insert your DVD movie into the drive and select copy. It's that simple. The graphical user interface is really simple and all the options are pretty self explanatory. The support is great, so if you don't know what to do, just check the developer's site and you will find all the answers. PowerDVD Copy is packed with features to make great 1:1 copies of your discs. It has a nice little feature called Auto Fit, which shrinks all you movies to DVD5, even if they are DVD9. That feature will most likely rip and delete content that was on the original movie, but most times, that content is deleted scenes, extras, and so on. This application supports most modern DVD burners so that a good copy can be made that will be playable on most DVD players. You can customize every aspect of the movie copy, like subtitles, titles, chapters, etc, or you can chose to do a one-click copy. Either way, the quality is great. PowerDVD Copy even has a preview function so that you can see what you are actually copying onto the final disc."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }