var fDesc=new Array(); fDesc[1] = "the other information about the music is absent or missing-- one time it is the music genre that is missing while the other time it is the cover of an album. So Tagrunner can help the users in properly arranging their music collection."; fDesc[2] = "listen individually to it, anytime, or play the whole composition, adjusting tempo. Useful for music beginners to learn at a personal pace. While playing the composition, notes and lyrics light at the same time music is playing."; fDesc[3] = "smart layout, plus a wide array of functions, this application has a powerful audio engine that provides an excellent listening experience. It has minimal system requirements, and works perfectly in all Windows OS, and the best of all, it is totally free."; fDesc[4] = "player. It is compatible with Winamp, Windows Media Player, iTunes, and other popular audio players. As soon as you open your music player, the program will look for the lyrics of your current song using powerful search engines like Google, Altavista or Alltheweb."; 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] = "audio files from different sources, eliminate the lead vocalist’s performance from most stereophonic recording and synchronize the song lyrics with the `devocalized’ soundtrack."; fDesc[8] = "songs with the help of Power Vocal Remover, viewing soundtrack graph, synchronizing lyrics to the music, decreasing playback speed for better synchronization and more."; fDesc[9] = "and easy to use so you will not be confused. It browses automatically or manually, depending on your needs, and permits you to edit the lyrics."; fDesc[10] = "lyrics, even those that were not meant to be used in a Karaoke. But it works best with those that were designed specially for that purpose."; fDesc[11] = "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[12] = "needs of Christian churches. The songs library that´s bulked with the program contains Christian songs only. There are versions of OpenSong available to run on Windows, Mac OSX and Linux."; fDesc[13] = "synchronize it to a song. The software enables all the features important to karaoke and then some more. You can play and synchronize lyrics to the commonly used digital music formats, such as MP3, OGG, MIDI, KAR or CDG file formats."; fDesc[14] = "lyrics for songs bought on iTunes or not. You will be able to see the lyrics when playing songs in your iPod. The program accomplishes this by associating cover art and lyrics to your MP3 files."; fDesc[15] = "favorite songs. It supports the two most popular multimedia players as Windows Media Player 9 and 10, and Winamp 5. To create and edit the lyrics, the plug-in comes with an additional application: VividLyrics Editor."; 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 = '...'; } }