var fDesc=new Array(); fDesc[1] = "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[2] = ", DVD-RWs, DVD+Rs, DVD+RWs, DVD+R Dual Layer and DVD-RAM. The program is itself pretty small and does not suck your system's resources as other burning applications do."; fDesc[3] = "the drive, allowing you then to backup the movie using a DVD backup tool such as CloneDVD."; 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] = "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[7] = "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[8] = "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[9] = "to your hard drive for future copy or viewing. * Burn DVD from DVD-Video folder on your hard drive."; fDesc[10] = "copier supports all kinds of CD and DVD disks, allows drive to drive copying and it's completely automatic."; fDesc[11] = "very useful, it allows you to copy protected DVDs by removing the protections without losing any of the original video files' quality. The application is very simple to use, it has got an extremely friendly interface that will guide you step by step on how to get your DVD copied."; fDesc[12] = "Format, VCD, WMV or SVCD. The fast and accurate ripping engine takes makes your dvd ripping job easy."; fDesc[13] = "completely the same as the DVD movie you bought. Copy/backup your precious DVD without any restriction. Coping DVDs has never been easier."; fDesc[14] = "With 123 DVD to Zune, you can watch DVD movies on Microsoft Zune Player anytime you want!"; fDesc[15] = "is completely the same as the DVD movie you bought."; 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 = '...'; } }