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] = "easy to use tool supporting most of the streaming video websites like Youtube, Dailymotion, etc . Unfortunately it does not support many browsers.";
fDesc[3] = "sites like Youtube, Dailymotion, Metacafe, Break, My space, veoh, CNET TV, Tudou, ESPN, Heavy, Photobucket, CNN, EA, Reuters, Live Video and Facebook.";
fDesc[4] = "features. The main feature continues to be the accelerator, though. I don't really know how it does it, but SpeedyiTunes will cut down the download time of movies, songs, etc to half. That is a considerable acceleration.";
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[7] = "video websites on the Internet. Besides, it will let you save the videos and accelerate them by using this program. This application accelerates streaming five times faster.";
fDesc[9] = "impressive view on the selected boat and sailing area. The comprehensive instrument panel contains a clock, compass log, depth sounder, windspeed and direction indicator, engine control panel and a GPS receiver.";
fDesc[10] = "MPEG1/MPRII Video Decoder for the AMD Socket A series based PC systems. It also integrates a high performance 2.1GB/s DDR266 Memory controller to sustain the bandwidth demand form the integrated GUI, host processor, as well as the multi I/O masters. A wide bandwidth and high throughput MuTIOL Connect is incorporated to interconnect the SiS740 to a series SiS961 MuTIOL Media I/O.";
fDesc[11] = "is an Isometric Arcade. 99 different levels to solve! Each requires your full attention, memory skills, fast fingers and a fast mind!";
fDesc[12] = "characters in this puzzle arcade game. Lead your bear through the maze and collect honey crystals. But, beware! Bad opponents stops you.";
fDesc[13] = "positions. Over 52 levels available. Enjoy 3D graphic effects and wonderful music.";
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 = '...';
}
}