var fDesc=new Array(); fDesc[1] = "archives or zip files, what is this? Well, zip files are archives used for storing and distributing files and these can contain 1 or more files. WinZip has a feature called Wizard, which will take you through the entire program, helping you to compress wisely."; 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] = "This version also added full support for Blu-ray AACS MKB15."; fDesc[4] = "supports many compression formats (more than 20 compressed archive formats), and it shows all the compressed archive information. For compressed files, it offers the possibility of extracting one by one or all the files to a given folder, reload the list, etc."; fDesc[5] = "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[6] = "computer. Using a password provided by the user, it encodes a file or a number of files safely, saving them in your computer or allowing you to burn them to CD or DVD for backup and distribution purposes. It also includes a removal utility that completely wipes any file from your computer."; fDesc[7] = "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[8] = "Almost all paramters of output avi file can be changed to fit the best quality or best size."; fDesc[9] = "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[10] = ", WMA, ASF, AC3 Audio. Can Open DVD ,IFO, MPEG/VOB files. Split large video/audio files to volumes"; fDesc[11] = "know it's risky. You know anyone could intercept your mail on its way across the Internet. You know the files aren't safe on your computer. But data encryption is complicated so you try to forget about it."; fDesc[12] = ", XviD, MPEG4, YUV...). Winxmedia DVD Ripper proves to be beneficial tool as it can open DVD, IFO, MPEG/VOB files. For the sake of convenience, Winxmedia DVD Ripper splits large video files to volumes according the mode and size user wants to set."; 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."; 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 = '...'; } }