var fDesc=new Array();
fDesc[1] = "more from their player. Its forward backward button option, media library, online music search option, minimode are very useful additions. All this packed in a simple interface and makes it a great media player to work with.";
fDesc[2] = "tools as in Microsoft Office, Writer, Cal, Draw, etc but in a freeware version. It is easy to use and install and you can also open extensions such as .doc, .xl, etc.";
fDesc[3] = ", plus a few handy features. It even functions as a music downloader as well! There are 3 simple ways for you to find the videos to be downloaded. You can save them in various formats, including mp3, mp4, or even iphone/ipod-compatible .";
fDesc[4] = "browse through all the game available and download demos, trailers, or the complete game. Once a game is downloaded through Valve's Steam, users can use Steam's multi-player service.";
fDesc[5] = "to apply skins and includes the XP enhancement tool to optimize downloads.Flashget is more than a download tool. It also acts as a bit torrent client with batch file download facility.";
fDesc[6] = "is just an upgrade that can be downloaded freely from Garmin´s site, but it won´t be installed unless you have a previous version in your system. Nevertheless, I´ve found out that it can be installed if you previously installed the program \"Training Center For Windows\".";
fDesc[7] = "stars, galaxies, nebulae and planets. Its really cool to zoom through the sky, if you are interested in astronomy. This will be a great application for schools, especially when you consider that it is a freeware.";
fDesc[8] = "Azureus Vuze 3.0 can build new torrents, download existing ones, search for any wanted files and download them, interrupt and resume download without losing downloaded parts. It supports 42 different languages.";
fDesc[9] = "opportunity to watch different videos online in full screen mode as well as browse video scenes using thumbnails. You can easily jump from one scene in the video to another which goes afterwards, even if that piece of video has not been downloaded yet.";
fDesc[10] = "application has to be downloaded and launched at the user PC. The way it operates is by creating a P2P channel between user PC and the eMusic site.";
fDesc[11] = "built-in FLV player, so the user don't have to install any extra player. User interface is very easy tu use and helps any user, expert or novice, to select the videos to download from the YouTube site.";
fDesc[12] = "installed web browser while downloading the desired files, and no matter which browser. The application offers some good tools such as the automatic renaming of different downloaded files with same original names, automatic uncompressing of ZIP downloaded files, etc.";
fDesc[13] = "the videos from the Youtube.com website which is available in the FLV format. So by using this utility you can download any FLV video from Youtube.com website and then you will not required to watch videos online.";
fDesc[14] = "not a Messenger itself, it´s just a separate program to change the colors, background, etc. of your already installed Messenger. You can install it using 7 different languages. You must close your Messenger in order to install this program.";
fDesc[15] = "sometimes the download process is broken and the downloaded file or media cannot be used because it wasn't properly downloaded. All Media Fixer can help you to repair and play media files like Avi, Mpeg, Rm, Mp3, Wmv, Dvd, Vcd, Jpj, Ipod format and 3GP.";
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 = '...';
}
}