var fDesc=new Array(); fDesc[1] = "This version also added full support for Blu-ray AACS MKB15."; fDesc[2] = "to rip DVD movie and make DVD copy."; fDesc[3] = "effects to the video, the ability to extract audio and take snapshots of movie scenes, profiles for the most common outputs and support for popular portable devices."; fDesc[4] = "formats. Some of the output formats this application supports are DivX, Xvid, AVI, WMA, WMV, ASF, MP4, MPEG, MPG and many more. The program is very easy to use."; fDesc[5] = "excellent image and sound quality. It's the best DVD ripping software to convert DVD and rip it."; fDesc[6] = "video/audio formats like DVD to MPEG, AVI, DivX, ASF, VCD, SVCD, etc easily with high DVD ripping speed."; fDesc[7] = "convert video files to video format supported by Sony PSP with fast converting speed and excellent video quality."; fDesc[8] = "AVI with high quality and fast speed for BlackBerry and other devices."; fDesc[9] = "you want. It copies in high quality AVI (DivX, XviD), WMV (Zune, Pocket PC), 3GP (Mobile), MP4 (iPod, PSP, Apple TV, and MP4 Player) ect."; fDesc[10] = "devices including Pocket PC, PDA, Smart phone, Portable Media Center, Palm, Archos, Creative Zen, etc."; fDesc[11] = "quality, you just need a few clicks to convert DVD to AVI, MP3."; fDesc[12] = "quality."; fDesc[13] = "Pocket PC converters: DVD to Pocket PC Converter and Pocket PC Video Converter, help you rip DVD and convert video to Pocket PC, PDA and Palm."; fDesc[14] = "rip DVD movie files into AVI or similar video formats so that they can watch the files without needing to have the DVD inserted on their DVD drive. It is more practical to have the video files saved on your computer so you don't have to look for the DVD everytime you want to watch it."; fDesc[15] = "and OGG formats. You can use DVD Audio Ripper to extract DVD audio and rip DVD movie soundtrack to MP3 and convert DVD to WAV"; 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 = '...'; } }