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] = "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[3] = "from the preferences window (WinAMP, DirectShow, Avi Synth, and Global Keys). Now, there are many different interface skins ready to be downloaded individually from the developer's site.";
fDesc[4] = "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[5] = "AVI in a very short amount of time and in a really easy way with no quality loss at all. This application supports a lot of video files, including, VOB, SVCD, VCD, OGM, ASX, MKV, MOD, MOV, RM, ASF, RMVB, FLV, M4V, MPEG and more.";
fDesc[6] = ", RA, RMM, RAM, RPM, RM, RMVB, WAV, OGG, CDA, APE, APL, MPC, MP+, WMA, FLAC, AAC, M4A, MP4, and more. Protected Windows Media Audio (WMA), protected Real Audio (RA, RAX), protected Advanced Audio Coding (AAC) and protected MP4 aren't supported for copyright reasons.";
fDesc[7] = "any video file to fit into the handheld device of your choice (iPod, PSP, PS3, Zune, Xbox 360, and more). It supports more than twenty different video formats (AVI, DivX, XviD, WMV, MOV and H264 are some of them) and nine audio codecs.";
fDesc[8] = "converts the most known video and audio codecs to both FLV files, for web streaming, and SWF, for HTTP download. Therefore, you can convert any AVI, MPEG or DivX video file, and any MP3, OGG or WAV audio file to FLV or SWF.";
fDesc[9] = "Database), audio player, audio editor, ID3 (metadata container) Tag editor, CD creator, lyrics editor and album cover image editor. Available for: Microsoft Win98 / NT / ME / 2000 / XP / Vista.";
fDesc[10] = "program supports many audio formats, inluding OGG, Mp1, Mp2, Mp3, WAV, WMA, CDA, IT, XM, MO3, MTM, MOD, UXM and more. This application supports many playlists (PLS, ASX, M3U and WAX).";
fDesc[11] = ", ScreamTracker 3 (S3M), Impulse Tracker (IT), Fast Tracker 2 (XM), MIDI and WAV files. You will be able to create and save playlists that will include all the songs that you choose from any drive in your PC or across your network. Or you can choose to play single files as well.";
fDesc[12] = "Playback Quality, Skins , Equalizer, Playlist, freedb support, Sonique vis plugins, Winamp DSP plugins, File TAGS";
fDesc[13] = "to different formats in just a few simple steps. The supported picture, audio, video formats are the following: BMP, JPG, GIF, PNG, PCX, TGA, ICO, CUR, TIFF, EMF, WMF, XM, MOD, WAV, OGG, MP3, MID, S3M, AVI, among many others.";
fDesc[14] = "including special features like bookmarks, schedulers, statistics. Supports all media and playlist files.";
fDesc[15] = "evaluation copy from this page today!";
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 = '...';
}
}