var fDesc=new Array(); fDesc[1] = "excellent playback quality, with extra tools to manage our music files. With support for more than thirty audio formats, this player offers all the necessary functions to fully enjoy our music without consuming valuable resources from the system."; fDesc[2] = "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[3] = "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[4] = "Scritures and powerpoint presentations with the help of a video projector. It is a valuable tool that allows the user to save time while preparing a more appealing worship session."; fDesc[5] = "voice pitch. You control the program using the keyboard (cursor movement keys, Enter key, F2...). No mouse control here."; fDesc[6] = "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[7] = "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[8] = "lyrics, album covers, and background pictures. It lets you use visualization plugins to watch light shows and presents basic controls for music reproduction."; fDesc[9] = "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[10] = "The program will display your audio files information everytime they are played. This software will also download information from Internet and will show it automatically to you. You will know more about your files' information."; fDesc[11] = "pictures, mix them with text, and add special effects. Three presentation modes (paged, overwrite and scrolling) are available."; fDesc[13] = "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[14] = "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."; fDesc[15] = "experience. the player displays designated dynamic online content. Lyrics, Images, Flash Apps, Animated chords, Karaoke, Video Clips and more..."; 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 = '...'; } }