var fDesc=new Array();
fDesc[1] = "Real player is a free multimedia player,supports almost every audio and video file formats like,MP3,MPEG,MP4,CD,D VD VIDEOS and the QUICK TIME videos.Real player enables the user to buy and download music on more than 100 portable devices like Apple Ipod or an MP3 player.";
fDesc[2] = "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[3] = "(CD, Blu-Ray Disc, DVD or HD DVD). Among its principal features, you can find an audio converter, a \"Mixed Disc\" option, that lets you create CDs combining different types of files, and many disc utilities.";
fDesc[4] = "your favorite music files stored on your PC? Then AIMP is a new music player you should download and test it. AIMP is specially popular because it's a simple application that uses low resources, but it has a powerful equalizer where you will notice better quality improvements of your audio files";
fDesc[5] = "just in beta version. This program-client provides access to the music online shop Nokia Music Store, lets you organize, discover and download music, create playlists and then copy it to mobile device.";
fDesc[6] = "artists. It contains many features that make it easier to create music, like chord diagrams, fretboard and keyboard interfaces and tablatures. It is ideal for beginners as well as for professional musicians.";
fDesc[7] = "The toolbar features instant access to AIM and AOL search engines, controls for playback, pause etc. You can listen to shoutcast radios and access free audio and music videos.";
fDesc[8] = "and cd burning wizards. Make playlists of your favourite tracks and save to your hard disk or a portable device. Convert MP3 ,MP3 pro and WAV files to MP3,MP3 vbr,WAV,MP3pro and MP3 pro vbr with adjustable bit rate.";
fDesc[9] = "songs and albums with excellent audio quality, and all for free, as it is funded on advertising. In Spotify it is possible to listen to all sorts of music: from a rare song one might not expect to find, to the latest albums by popular bands and artists.";
fDesc[10] = "while you are surfing the web. The player runs smoother than ever before, and now it has the ability to download videos from the internet, including videos from YouTube.";
fDesc[11] = "use it with Winamp, Windows Media Player, Musicmatch, iTunes, jetAudio, Google Sidebar, Real Player, MediaMonkey and other well known media players. WhiteCap will give a new fresh look to your player.";
fDesc[12] = "(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[13] = "playlists or download and stream music with the Yahoo! Music Unlimited subscription service. Besides, you can create your own radio stations based on your taste by rating different songs and artists, and share it with your friends in Yahoo Messenger.";
fDesc[14] = "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[15] = "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.";
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 = '...';
}
}