var fDesc=new Array(); fDesc[1] = "to introduce you a simple yet powerful program that will let you perform this task easily. DVD Audio Extractor, as its name suggests, will let you extract all audio from any DVD, in just four simple steps."; fDesc[2] = "extract audio from a DVD and rip DVD audio to MP3, WMA, WAV formats."; fDesc[3] = "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[4] = "chapter(s) in DVD or specify certain time or file size to rip. It supports IFO files and ID3 tag"; fDesc[5] = "specify certain time or file size to rip. You can edit ID3 tag for your DVD sound."; fDesc[6] = "On the program's main window you have access to all of the functions this efficient software provides you. You will be able to change some settings for your conversions, to add files by clicking on some buttons, to split images or video fragments and much more."; fDesc[7] = "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[8] = "record DVD movie audio content to MP3 file in seconds. With this incredible program you will be able to rip any region DVD disc without changing the DVD drive region setting and also specify the start and end position of DVD Audio Track."; fDesc[10] = "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[11] = "Agogo DVD Ripper - It is time to backup your DVD disc Right Now! it helps you easily convert DVD to DivX,XviD,AVI,iPod,PSP ,3GP,Pocket PC,VCD,SVCD. Just a few clicks ,you could choose subtitle, audio track, and customize output video and audio quality"; fDesc[12] = "and VCD to iPod MP4. DVD to SVCD, VCD, AVI, MPEG, DivX and WMV. DivX with almost DVD quality but 10% in file size. Audio conversion: CD to MP3, WAV, WMA and OGG. Dolby surround and special effects. AC3 audio files."; fDesc[13] = "MP4, MOV, 3GP, 3G2, MPEG, MPG, VOB, AVI, ASF, WMV, FLV, H.264, MJPEG, TS supported by Sony PSP, Apple iPod, Apple TV, iPhone, Zune, Smartphones, PDAs. It can also extract audio to MP3, WMA, M4A, AAC, AC3, MP2 files."; fDesc[14] = "The output file can be just the entire movie or it can be splitted by chapters, time or size, obtaining all the audio DVD contents divided in parts that can be merged as the user desires."; fDesc[15] = ", 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."; 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 = '...'; } }