var fDesc=new Array(); fDesc[1] = "extract audio from a DVD and rip DVD audio to MP3, WMA, WAV formats."; fDesc[2] = "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[3] = "chapter(s) in DVD or specify certain time or file size to rip. It supports IFO files and ID3 tag"; fDesc[4] = "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[5] = "formats. It supports ID3 tags edition, for easy music information into the MP3 output files. The output settings allow the user to set the output format: MP3, WAV, WMA or OGG, Frame, Sample rate, Channel, BitRate frequency, MPEG compression rate, etc."; fDesc[6] = "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[7] = "to WAV,MP2,MP3,AC3,RA,etc ."; fDesc[8] = ", 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[9] = "MP3 players such as iPod nano, iPod shuffle, Zune, PSP, iPhone, iRiver, Archos, Creative and other MP3 players."; fDesc[10] = "audio from any DVD and convert it to MP3, WAV or WMA format. This way you will be able, for example, to listen to the music from any movie or musical show in your iPod or MP3 player."; fDesc[11] = "can rip audio from DVD to MP3, WAV, AAC, AC3, WMA and M4A etc with excellent sound quality."; fDesc[12] = "ripping speed. It can extract your favorite DVD's audio track to mp3 and wav file on-the-flay."; fDesc[13] = "Nidesoft DVD Audio Ripper can also extract DVD audio from DVD Movies. All the conversion is easy and fast. With only a few clicks, you can finish the DVD movie soundtrack ripper. Nidesoft DVD Audio Ripper is a software which provides a easy , fast method to rip DVD to MP3, WAV, WMA, AAC, AC3, OGG format. DVD Audio Ripper has fast ripping speed beyond your image, saves your time greatly. Its Main Interface is very concise which you can use with ease."; fDesc[14] = "method to rip audio from DVD, convert DVD to MP3, DVD to AAC, DVD to AMR, DVD to M4A, DVD to OGG, DVD to WAV. Using Agree DVD Audio Ripper, users are allowed to rip DVD audio tracks to all popular audio formats with ease and super fast speed. It is an ideal solution of ripping music from DVD movies and convert DVD to MP3. Listen to favorite music and concert DVD to your portable audio player."; 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 = '...'; } }