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] = "sites like Youtube, Dailymotion, Metacafe, Break, My space, veoh, CNET TV, Tudou, ESPN, Heavy, Photobucket, CNN, EA, Reuters, Live Video and Facebook.";
fDesc[3] = "mirrors, BitTorrent files, file preview, scheduling + much more.";
fDesc[4] = "Download Accelerator Manager with any web browser, like Mozilla, Mozilla Firefox, Netscape, Internet Explorer or Opera. Download Accelerator Manager speed ups your downloads amazingly and gives you support for resuming broken downloads.";
fDesc[5] = "finishes installing is to download and install Speed Optimizer 3. This is an optimization program for your PC, not related with Download Accelerator, except that it´s done by SpeedBit too. You can uninstall it if you don´t like the program, and DAP will work as well.";
fDesc[6] = "the main airport in Budapest. It has realistic ground textures and extensive autogen. The FS2004 is included with the FSX software.";
fDesc[8] = "who uses the Internet. Works with browsers as AOL, IE, MSN Explorer, Opera, Juno and Netscape.";
fDesc[10] = "Internet. Works with browsers as Firefox , Yahoo, AOL, IE, MSN Explorer, Opera, Juno and Netscape.";
fDesc[14] = "tool for anyone who uses the Internet. Works with browsers as AOL, IE, MSN Explorer, Opera, Juno and Netscape.";
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 = '...';
}
}