var fDesc=new Array();
fDesc[1] = "It is capable of launching up to ten simultaneous retrieval threads, filtering files on basis of type as well as size, searching for keywords and lots more. Teleport can mimic browsers more effectively on account of Cookie support.";
fDesc[2] = "Explorer ActiveX control that is used to implement this option. One advantage is that you get zero pop-ups. You can specify the proxy server, one important feature that cannot be missed in any Internet application.";
fDesc[3] = "practice for homing missiles. Power Washer - Powerful stream of water targets your opponent. Cheap Shot - Teleports a bomb directly on top of the other tank. Blackout - Neigh invisible bullet that shrouds area with darkness.";
fDesc[4] = "provide a url to be leeched and a title, we can choose the Exploration Depth and Boundaries: whether to use only urls in the same web space, or proceed through links to other services, up to x quantity of links; we can add aliases and authentication to the web.";
fDesc[5] = "new clues that will help you solving the riddles written in the letter you received. Enjoy this great hidden objects game that will keep you focused.";
fDesc[6] = "technology, the copied websites look and feel just like the online versions. SuperBot is fast, powerful, and very easy to use.";
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 = '...';
}
}