var fDesc=new Array();
fDesc[1] = "contains a powerful search tool that lets you find and download sound files (mp3, wav, midi, etc.), Image or video (movies, trailers, jokes, graphics) on the Internet.";
fDesc[2] = "wish to extract a part, browsing in your drives. Once selected, the program will start playing it. During playback, you can select where you want your extracted part to begin, and where to end.";
fDesc[3] = "application has to be downloaded and launched at the user PC. The way it operates is by creating a P2P channel between user PC and the eMusic site.";
fDesc[4] = "iPod, MP3 Player or CD Player. Replay Music is a unique streaming music recorder that captures MP3 files from any streaming source. Every song is saved on your PC as a high quality MP3 file, automatically tagged with the artist, song title, album and genre, and perfectly separated into individual tracks. You can even burn songs directly to CDs, or copy them to your iPod or MP3 Player.";
fDesc[5] = "with most popular music players like Winamp, Windows media player as well as iTunes. Though LyricsSeeker would only work with internet connection, it turns out to be a good tool for music lovers.";
fDesc[6] = "arrange, list and classify all your Mp3 files stored in your PC. That's why Zortam Mp3 Media Studio has many built-in features like: Search Media, Mp3 Tagging, Autotag, Cd ripper, Wav/Mp3 Converter, etc.";
fDesc[7] = "to be able to install Audiosurf. So, if you don´t, you will be directed to Valve´s Site to download it. After that, you must create an account. Then, you´ll be able to install the demo version.";
fDesc[8] = "playing in a skinnable format. It automatically detects the music or any kind of media that is currently playing in the media player and it displays it as a skinnable gadget on windows desktop.";
fDesc[9] = "to several parts by time, size, number of parts, detecting silence, or selecting a clip. It also lets you join multiple files to a single output.";
fDesc[10] = "the current song playing or it can shut your computer down after a certain number of minutes or songs played. It does not require Winamp in order to turn off the computer.";
fDesc[11] = "song within no time. It is very easy to use without any advanced controls. This program automatically detects the rhythm and dynamics of any song to create incredible \"beat-synchronized\" remixes.";
fDesc[12] = "artist, and play them without downloading anything. The interface of the program is pretty simple. You have to write the name you want to search for, and then press the Search button.";
fDesc[13] = "processing technology. It is fast and easy to use software for recognizing chords from audio files of different formats like, MP3, WMA and WAV.";
fDesc[14] = "to Music IP, it is almost impossible to miss a single beat of the music. This tool helps the user to experience the music in any of the digital devices, websites, etc.";
fDesc[15] = "between WinAmp's General Purpose plug-ins. From that moment on, each time you play a song, Lyrik will show the according lyrics in a transparent blue window, after downloading them from the Lyrik's database using your Internet connection.";
fDesc[16] = "mixed song in other mp3 players. MP3 Mixer & Recorder is very easy to use. Just load different songs into left playlist and right playlist, play the left song and right song at same time. It will mix the songs together. When it playing, you can record the mixed song by clicking button 'Record'. After recording it, you can save the mixed song by clicking button 'Save'. To get better mixing result, you can change the volume or speed of left song or right song. To learn more about how to use it, please click here, or you can run MP3 Mixer & Recorder, click button 'Help' to get help information.";
fDesc[17] = "discs.";
fDesc[18] = "blends and more. It allows you to apply effects on different part of the the song, add effects of vinyl, add power, do scratch, apply effects, and endless possibilities that you will discover while enjoying mixing your music (WAV, MP3 or WMA).";
fDesc[19] = "have all your music organized in a single list that you can arrange alphabetically for easy searching. You can import multiple folders and subfolders containing music, selecting the import format including standard karaoke, baltimore, title only and many others.";
fDesc[20] = "artists and then returns all songs that match your search criteria. You can print or export the song lyrics and even watch the video clips.";
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 = '...';
}
}