var fDesc=new Array();
fDesc[1] = "adds the ability to buy movies online as well. The estimated cost for each movie varies between about $2 and $5. This version also includes a tool called Genius, which lets you create playlists automatically by analyzing your personal library for songs that are related.";
fDesc[2] = "resolutions up to 1080p and compresses digital video 5 to 10 times more than MPEG-2/DVD format. It also has function of reducing grain and low-light noise (common with DV cameras) without significantly degrading the video with the automated noise reduction feature.";
fDesc[3] = "improvements that make the game even more addictive. Players have the option of choosing to play the single player campaigns, multiplayer, or random maps.";
fDesc[4] = "favorite audio files. It is very easy to use with very comprehensive functions for the management and playback of audio files.";
fDesc[5] = ", browser cache integration, exe projectors support and playlists.";
fDesc[6] = "available on the websites and captures it. User can also capture MP3 from radio sites and can hear it whenever they want. It gives super quality of audio and video file exactly the same you hear or watch on the website.";
fDesc[7] = "game of historical empire building in which the player builds an empire from scratch. All full-time standard game starts in 4000 BC with a single settler, to build the first city, and an explorer or a warrior.";
fDesc[8] = "different application. The user interfaces are totally graphical and there's no help files or whatever are usual in players programs. A few very little buttons: options, open folders, select sound - video - movie - text - pictures - camera files, etc.";
fDesc[9] = "the beat, and what's more interesting debuts a new hearing \"Now Playing,\" which aims to compensate for the lack of displays offering a slideshow elegant and full of visual effects with photos and information about the artist that we are listening.";
fDesc[10] = "program, every time when you connect player to the computer, will start up offering you to check if there is any media files on the drive. The program has handy interface.";
fDesc[11] = "must be a Dell system owner with factory installed Dell Cineplayer 3 in order to use it. Dell Cineplayer support the following disc formats: DVD-Video DVD-VR DVD Slide Show VCD VCD Slide Show";
fDesc[12] = "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[13] = "intuitive and easy-to-use, the interface is available in six languages. FLV-Media Player is a freeware, and its full version can be downloaded and used without any type of restrictions.";
fDesc[14] = "Codecs Center downloads video codecs and audio codecs automatically when needed. Free movie player download and free codecs to play videos.";
fDesc[15] = "DivX it can show subtitles, providing they have the same name than the related video, and they´re stored in the same folder. You can play every type of audio or video files, even providing only its URL.";
fDesc[16] = "your website, you will most probably want to convert them into the most compatible format: Adobe Flash. Sothink Video Encoder for Adobe Flash performs such conversion from several video formats.";
fDesc[17] = "1.8 is a simple and easy way to let you watch your favorite Youtube videos anytime you want in your computer, even when you're not online. The program is very easy to install and you can have a free download version to check it out by yourself and see that it is indeed a really good application.";
fDesc[18] = "twenty of the best known file formats and it allows you to add many more using different plugins and freely-available codecs. Play the music you like wherever it is - on your computer, in FTP folders or on the web. Create dynamic playlists and burn them to CD with the Ashampoo BurnIt! Add-On.";
fDesc[19] = "FLV video files. It is able to play your SWF Flash and FLV video files with its original quality. Flash2X Flash player comes with a simple interface which is not so attractive but it is easy to use and have basic functions.";
fDesc[20] = "or 3 years and gives the popular media player some extra usability. I think it is safe to assume that we have all used our computers to listen to songs or watch video at least once.";
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 = '...';
}
}