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] = "CD Ripper 2.0 allows you to convert your audio files from one into another in a very short time. Once you convert your audio files, you will be able to extract your favorite songs to your mobile devices.";
fDesc[11] = "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[12] = "glance at Arial CD Ripper - a useful program that will not only let you rip your audio CDs easily, but will also help you convert your audio files to other popular formats, after just a couple of clicks.";
fDesc[13] = "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[14] = "Using this program, you will be able to convert your audio files into Mp3, WMA and WAV files. This application will convert your files with a very fast conversion speed and without losing any of the original files' quality during the process.";
fDesc[15] = "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.";
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 = '...';
}
}