var fDesc=new Array();
fDesc[1] = "source codecs like Ogg vorbis. With the built-in utilities like library manager, music ripping and burning to CDs and its great playback quality, it is indeed a great music player to have.";
fDesc[2] = "to play up to 25 songs per month for free, select the songs you want from millions of songs in RealNetwork's music library and play 25 premium Rhapsody Channels without limit.";
fDesc[3] = "plug-in from their video project to easily add professional-grade custom length music scores to all of their digital video projects. This latest edition offers the most effective integration and direct access to a royality-free library of thousands of music scores.";
fDesc[4] = "computer´s hard disk) which you can then sort, transfer, burn or play choosing from three basic screens: Music Source, My Library and Transfer.";
fDesc[5] = "favorite audio files. It is very easy to use with very comprehensive functions for the management and playback of audio files.";
fDesc[6] = "(Windows Media Player, etc.) as a plug-in accesory, or run as a screensaver, or run standalone. When installing the application, the user can select to integrate to the music player and, the next time the user plays music, G/Force displays a selectable music visualizer.";
fDesc[7] = "beginning in December, 2004. The software provided you with access to browsing and playback functionality for digital music, pictures, videos and DVDs, in a simple and easy-to-use interface.";
fDesc[8] = "models (including new models) and the new Winamp Remote with which we can access our audio and video files remotely, either from a URL or from any device.";
fDesc[9] = "access your Personal Photo Gallery, keep an eye on your appointments, keep track of your Music Library, write down notes as well as having access to Breaking News, Instant Web Searches and Weather Information. There are lots of other things to add.";
fDesc[10] = "from a computer to Walkman player. Sony Media Manager has a handy interface. With this new application you can organize your Use music, photos, videos and web feeds (RSS media) at your PC and transfer multimedia files to your phone.";
fDesc[11] = "features are customizable tag output as well as an extremely detailed information input for specific or grouped music files. TagScanner´s stronger feature is the web based tagging tool.";
fDesc[12] = "widely used audio file types, among them, MP3, WAV, WMA, OGG; and offers access to hundreds of online radio stations.";
fDesc[13] = "it does not bother you when working. Moreover, you could normalize the filenames based on some information from ID3 tags, and vice versa, you can fill the ID3 properties extracting the structure of the file name.";
fDesc[14] = "Community. This Editor allows user to import Music files in these formats: MP3 (16 to 320 Kbps), AAC, MP3 VBR, FLAC, WAV, Ogg-Vorbis. A user can organize and manage his or her own music library, as well as listen to them, since the application includes a music player.";
fDesc[15] = "manner with a mere click of a button. It has a provision of ‘folder naming preferences’ that allows the user to actually control the search and storage of the music library.";
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 = '...';
}
}