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] = "this application you can insert your DVD into the tray, click buttons a couple of times, and, thirty minutes or more later, have a video file of the format of your liking.";
fDesc[3] = "extract audio from a DVD and rip DVD audio to MP3, WMA, WAV formats.";
fDesc[4] = "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[5] = "chapter(s) in DVD or specify certain time or file size to rip. It supports IFO files and ID3 tag";
fDesc[6] = "specify certain time or file size to rip. You can edit ID3 tag for your DVD sound.";
fDesc[7] = "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[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] = "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] = "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[13] = "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[14] = "can convert dvd to portable media device such as Pocket PC, Sony PSP, Microsoft Zune, Apple TV, iPod, iPhone, Mobile phone, etcetera. You can convert to video and audio formats such as avi, divx, xvid, mpeg, mp4, mp3, wmv.";
fDesc[15] = "Ripper is an extremely beneficial tool in providing such kind of high quality output. Winxmedia DVD Audio Ripper can extract DVD audio to high quality WAVE, MP3, WMA 9, ASF audio files. Winxmedia DVD Audio Ripper supports MP3 with CBR, VBR, version and many preset quality modes,";
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 = '...';
}
}