var fDesc=new Array();
fDesc[1] = "Download Manager will let you have full control over your downloads, accelerating download speed to squeeze your bandwidth.";
fDesc[2] = "contains a powerful search tool that lets you find and download sound files (mp3, wav, midi, etc.), Image or video (movies, trailers, jokes, graphics) on the Internet.";
fDesc[3] = "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[4] = "cleaning / deleting unnecessary files. It can also be used as a tool to monitor your network usage. Realtime Disk, Network, Memory and CPU usage graphs are available. Not much features in the program. Anyway, rating 3.";
fDesc[5] = "up.Various plans offer you to purchase music to as low as 25 cents per track of 10$ for a whole book. So enjoy the music at almost a cost considered to be free.";
fDesc[6] = ", MySpace, Metacafe, Dailymotion, iFilm, yuvutu, crunchyroll and over 667 YouTube-like webs.";
fDesc[7] = "smart layout, plus a wide array of functions, this application has a powerful audio engine that provides an excellent listening experience. It has minimal system requirements, and works perfectly in all Windows OS, and the best of all, it is totally free.";
fDesc[8] = "all your FTP Servers settings in one place. This incredible program supports multiple server profiles, resumes broken uploads and downloads, and can transfer files in binary, ASCII, or auto-mode.";
fDesc[9] = "by the same engine as BearShare, but optimized from the ground up for video download. No adware/spyware/viruses !";
fDesc[10] = ", SHA1,SHA2, RIPEMD160,PANAMA,TIGER , CRC32,ADLER32 algorithms and the hash used in eMule/eDonkey(eDonkey2 000,ed2k). Good to check/compare files.";
fDesc[11] = "& folders for Spyware, Adware, Spybots, Malware, Spy Pop-ups, Keyloggers, and Unwanted Toolbars!";
fDesc[12] = "called Bitcomet as well as the number of available sources. The plug-in sits in your system tray and enables you to control everything from there.";
fDesc[13] = "program will search for phrases or names in different search engines, such as Google, Altavista, Picsearch, Ask Jeeves and more.";
fDesc[14] = "just needs the URL of the website with wallpapers and a few settings, and you will get all your favorite wallpapers downloaded to your PC automatically.";
fDesc[15] = "called LimeWire. This handy program sits silently on your system tray and allows you to control everything from there. The user interface is very simple and easy to use, but not really attractive.";
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 = '...';
}
}