var fDesc=new Array(); fDesc[1] = ", burn, convert, record and do much more with this program. Play the most popular video formats or convert audio from one format to another. Record analog audio from the computer and add sound effects, such as cross-fader, reverb, and x-bass."; fDesc[2] = "popular compression formats. It’s powerful, easy to use, versatile and even has a nice interface. You can compress and decompress most archives using the same program."; fDesc[3] = "1000s of artists. You will also be able to listen to music on your PC, mobile player or as ring tones on your mobile phone. With Radiotracker, you will have in your hands the gift of unlimited music all day, free and legal."; fDesc[4] = "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[5] = "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[6] = "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[7] = "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[8] = "easily create a cover using the Creation Wizard to read the track lengths of an Audio CD, get album information over the internet (CDDB), read CD-Text, or create a directory structure for Data CDs."; fDesc[9] = "voice pitch. You control the program using the keyboard (cursor movement keys, Enter key, F2...). No mouse control here."; fDesc[10] = "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[11] = "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[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] = "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[14] = "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."; fDesc[15] = "for lame, a renamer tool, a powerful playlist editor, Id3 tags and lyrics 2.0, karaoke, image display, a timer and all the features you expect from a full featured player. Pam v2 is Freeware. The download includes the Microsoft Media Player 6.4. A smaller download for Windows 2000 is available at website."; 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 = '...'; } }