var fDesc=new Array();
fDesc[1] = "several text tools to configure the aspect of the subtitle, and video editing tools that allow inserting dialogs in sync with the video. Also, it allows you to write subtitles directly or import them from a previously made subtitle file.";
fDesc[2] = "removable media is inserted, scanning for some kind of threats (like AutoRun viruses or such). Moreover you got a small set of utilities that can be helpful to use with your USB drive, like the \"Unlock USB drive on eject\" feature.";
fDesc[3] = "a good looking interface so you can work fast and easy. You can also create greeting cards, post cards, and thank you notes. This program run with Microsoft Windows.";
fDesc[4] = "program is easy to work with and to follow. You can edit your pictures to make collages and scrapbooks. It also allows you to save your projects, so you can go back to them every time you need to.";
fDesc[5] = "execute a game when you enter the same game channel. Instant messaging between users is also available. Needs port 1698 and ICMP echo in order to work properly.";
fDesc[6] = "time, you can also race and perform other kind of missions. The game is smooth and offers a lot of fun to all kinds of gamers.";
fDesc[8] = "colleagues.";
fDesc[9] = "Cable/DSL/Dial-Up Modem Optimizer increasing download speed and provide better stability/reduced lag in online gaming";
fDesc[12] = "from your choice(s) of the many available server information sources, such asthe aforementioned websites....";
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 = '...';
}
}