var fDesc=new Array();
fDesc[1] = "source like Vinyl discs, and digitize it into a computer format. For that, the application uses two tools. First, and most importantly, it uses an audio recording system that can record from both the line-in, a microphone or optical-in, if you have it.";
fDesc[2] = "and equalize your MP3 to have a consistent volume. Automatically detects incomplete downloads or blank tracks!";
fDesc[4] = "in between songs, helping you to split your full-album recordings in no time. It also shows you a preview of the audio file in wave form, so that you can edit your MP3 file before splitting it. Besides, it also allows you to merge previously split files, when needed.";
fDesc[5] = "instrument. Convert MP3 and WAV files to MIDI Grab music from a CD and convert it to a MID file MIDI-enable any musical instrument, even your voice Helps remove vocals for karaoke singing Find the beats in percussion tracks Speed web page loading time by using intelliScore's MID files instead of MP3, WAVE, or WMA files With intelliScore and additional software you can: Print sheet music from your favorite music Record MIDI directly into your sequencer software using your voice or any acoustic instrument Generate cell phone ringtones from your favorite music See the chord names and key detected by intelliScore Change individual notes, swap instruments, transpose, etc. Here are a few of intelliScore's powerful features: Polyphonic. IntelliScore converts WAVE to MIDI, MP3 to MIDI, CD to MIDI, and WMA to MIDI and helps figure out the notes, chord names, and key for you. Since intelliScore...";
fDesc[6] = "its clear user interface and powerful effects. Our wave form editing window allows you to find the part you want to edit quickly.";
fDesc[7] = "functions: Cut, Copy, Paste, Adjust Volume, Insert File/Silence etc. Effects like Eq, Echo and Modulate.";
fDesc[8] = "the start time and end time, convert any audio section of the file without quality loss.";
fDesc[9] = "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,";
fDesc[10] = "sound files into the program, then click the convert button.";
fDesc[11] = "found one. Bingo RM to MP3 Wave Converter enables you to convert RA, RM, and RMVB files into Mp3 and WAV files. This application also allows you to extract audio from Real Video files.";
fDesc[12] = "video to mp3 in batch mode Easy to use UI design. Support drag drop. Support wmv , asf to mp3, ogg and wave.";
fDesc[13] = "files to WAV music format. The interface is very easy to use and asks the user to add MP3 files into the main window, where those are listed. For each MP3 file in the conversion list, user can see all the corresponding info: the ID3 tag.";
fDesc[14] = "your computer. With WAV to MP3 you can convert songs ripped from CD into MP3 and with MP3 to WAV you can create files ready to be written onto an audio CD. But sample tests showed that only the MP3 to WAV function is working and not the other way round.";
fDesc[15] = "way. This program can create regular audio CDs from any of your Mp3 or WAVE files. The files burned with this application can be played on regular stereos or in any CD player. Something good about this program is that its interface is very concise and easy to use.";
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 = '...';
}
}