var fDesc=new Array();
fDesc[1] = "ICQ-servers and has a bright design, games, avatars, visit cards, many decorations and so on. ICQ Lite allows users to send or receive messages as well as communicate in the chat mode using web-cameras, play on-line games and transfer different files.";
fDesc[2] = "Instant Messenger, AOL Instant Messenger/Netscape 7, Trillian, Miranda, and GAIM.";
fDesc[3] = "simple you just have to execute de program and automatically the software will do an examination in your hard disk for all your possible passwords.";
fDesc[4] = "improve system performance. Get East-Tec Eraser 2006 today!";
fDesc[5] = "removes every trace of sensitive data from your computer with methods that go beyond U.S. Department of Defense standards.";
fDesc[6] = "East-Tec Eraser 2005. Eraser removes every trace of sensitive data from your computer with methods that go beyond U.S. Department of Defense standards.";
fDesc[7] = "any other software you want. The product is user-friendly and very simple in use.";
fDesc[8] = "pop-under ads and will kill them even before they appear on the screen.";
fDesc[9] = "think that others are using your computer when you are not home or away from your working place.";
fDesc[14] = "holding down Ctrl while clicking a link. It's self configurable. It blocks the ads of Kazaa, Gator, chat messengers etc.";
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 = '...';
}
}