var fDesc=new Array();
fDesc[1] = "multi-channel technology and mirror searching for increasing the speed of downloads. DAP can download Youtube videos or other online videos, and it also allows a user to preview the video content while downloading it.";
fDesc[2] = "performance. It also has a network accelerator feature that can accelerate the network speed and a startup manager that can manage startup applications";
fDesc[3] = "mirrors, BitTorrent files, file preview, scheduling + much more.";
fDesc[4] = "files, such as video, music, documents, etc., both from Internet and FTP browsers. It is possible to set up the program integration with any of the following browsers: Firefox, Opera, Mozilla, and Netscape.";
fDesc[5] = "of computer opponent. Designed to be fun - you can be racking up pro breaks in 10 minutes.";
fDesc[6] = "more you share, the easiest is for everyone to get what they want. However, sometimes you just need to have something quickly. That's where BitTyrant comes to play. Somehow, it pinpoints the sources with the best upload speed and gets them to send to you.";
fDesc[7] = "downloads. Comprehensive error recovery and resume capability will restart broken or interrupted downloads due to lost connections, network problems, computer shutdowns, or unexpected power outages.";
fDesc[8] = "server. It supports the resume feature and is capable of restarting a broken download due to lost connection.";
fDesc[9] = "Tournaments. Poker.com offers No Limit Poker Tournaments & Daily Texas Holdem Freerolls. Download now!";
fDesc[10] = "finish first. Thirst for speed and danger makes the game more captivating. Join your counterparts from all over the world!";
fDesc[12] = "It comes with improved user interface and optimized search functionality that will make your MP3 search much more efficient.";
fDesc[13] = "network like Gnutella, Kazaa and Morpheus with great speed. It has built-in media player, media organizer and chat.";
fDesc[14] = "files, just search the title or artist the results will appear in only a few seconds. This software is compatible with your favorite Download Manager, use your Download Manager and download your selected music files in an instant.";
fDesc[15] = "BitTorrent P2P networks. It has great user interface with built-in chat and media player and uses swarming technology for fastest downloads.";
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 = '...';
}
}