var fDesc=new Array(); fDesc[1] = "(CD, Blu-Ray Disc, DVD or HD DVD). Among its principal features, you can find an audio converter, a \"Mixed Disc\" option, that lets you create CDs combining different types of files, and many disc utilities."; fDesc[2] = "CD scratches and data loss. You can create and use BIN, IMA/IMG ,CIF ,NRG,IMG/CCD, MDF/MDS, VCD, VaporCD , VDI , C2D, BWI/BWT, CDI, TAO/DAO, PDI virtual images. An image in virtual CD/DVD drive enables you to work 100x faster than an ordinary CD/DVD drive."; fDesc[3] = "Here comes Aplus DVD Ripper for you"; fDesc[4] = "extract audio from a DVD and rip DVD audio to MP3, WMA, WAV formats."; fDesc[5] = "include preview mode, list mode, rip raw AC3, DTS audio and protected DVD movies, removes region protection in a graphic interface with suport for multiple languages."; fDesc[6] = "chapter(s) in DVD or specify certain time or file size to rip. It supports IFO files and ID3 tag"; fDesc[7] = "simple steps. This incredible program has the ability to open and extract the files contained in ISO, BIN/CUE, IMG/CCD, NRG, CIF, MDF, TDCI, C2D, BWI, B5I, VaporCD, among others."; fDesc[8] = "contents included into a DVD movie, the complete soundtrack (if desired) and convert the extracted audio to MP3, WAV, AC3, ACC, OGG, WMA, AU, etc. formats, including all the special and general sound effects."; fDesc[9] = "extract your music so you don't have to watch a fragment of video in order to listen to the music you want. The audio you extract can be saved to Mp3."; fDesc[10] = "formats this program supports are WAV, WMA and Mp3. By using this application, you will be able to listen to any fragment of any movie without having to watch the movie."; fDesc[11] = "editor to trim, cut, add effects, flip, and control color of the output. Also lets you choose audio and subtitle, extract audio, take snapshots of movie scenes, and merge multiple files."; fDesc[12] = "With this simple program you will be able to extract DVD audio tracks and save them into popular audio formats such as MP3,WAV,WMA, among others."; fDesc[13] = "audio track, subtitle, output video format and output profile settings like bitrate, frame rate, aspect ratio, etc."; fDesc[14] = ", AAC, WMA, WAV OGG, APE,MKA. You can extract a clip or segment, take snapshots of the video, and configure output settings like sample rate, encoder, channels, and bit rate."; fDesc[15] = "MP3, M4A, RA, AAC. So easy to use and fast than other 3GP software."; 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 = '...'; } }