var fDesc=new Array();
fDesc[1] = "exact digital copies of your audio CDs using several technologies like multi-reading with verify and AccurateRip. When you install the program, it detects and configures your CD/DVD drives automatically, and lets you choose which one you wish to use.";
fDesc[3] = ", APE. This easy to use software is very fast. You don’t have to read any manuals or any big help files to use this. All you do is click on one button and your CD will be copied. This software can also convert WAV files to MP3, WAV, WMA, APE, VQF, OGG, AAC, MP4 files.";
fDesc[4] = "normalization of the level volume of Mp3 and Wav files.";
fDesc[5] = "to WAV, but also to WMA. You can also convert from one MP3 file to another MP3 file in order to change its bitrate. You just need to right-click the audio file and select the output format of your choice, and MP3 To Wave Converter PLUS will start working.";
fDesc[6] = "extracting the files directly from the disc, not through the sound card, which provides accurate copies of the original audio files. The output formats supported are WAV, MP3, OGG, WMA and Real Media.";
fDesc[7] = "Container) both of them with video codecs XviD or x264. The principal feature is that it includes the program AvsP to tuning the output allowing you to preview the output, resize, trim, deinterlace, change frame rate, add filters like denoise, etc.";
fDesc[8] = "Aang restore peace to the elemental kingdoms. The game features colorful cartoon-like graphics and a lame control system, which makes it the least exciting game of the Avatar: The Last Airbender sequel.";
fDesc[10] = "getting splattered by your ball and laser cannons dishing out hardcore destruction.";
fDesc[11] = "click on the audio file or drag and drop it into an appropriate folder. It is very easy to use and you can convert any of the supported audio formats into another one or even all of them.";
fDesc[12] = "files(MP3,Wav ,WMA,Ogg). It allows for changing the property of the MP3 Wav, Ogg, Wma(such as Sample Rate,Bit Rate). Converts Audio File(Mp3,Wma,Ogg) into CD quality format wave files ready to burn. Visually define the time you want to split at by using slider bar.";
fDesc[13] = "Files using lame.";
fDesc[14] = "files and to set the ID tagsof the resulting mp3s.";
fDesc[15] = "the LAME executable with RazorLAME interface or you can use the DLL with another software (AudioGrabber, CDEx etc). I prefer the combination CDEx or AudioGrabber + LAME DLL. In the archive are included both: exe and DLL. Many improvements in quality in speed over ISO reference software. MPEG1,2 and 2.5 layer III encoding. CBR (constant bitrate) and two types of variable bitrate, VBR and ABR. Encoding engine can be compiled as a shared library (Linux/UNIX), DLL or ACM codec (Windows). Free format encoding and decoding GPSYCHO: a GPL'd psycho acoustic and noise shaping model. Powerfull and easy to use presets. Quality is comparable to FhG encoding engines and substantially better than most other encoders. Fast! Encodes faster than real time on a PII 266 at highest quality mode.";
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 = '...';
}
}