var fDesc=new Array();
fDesc[1] = ", easy, and high-quality backups. Auto Gordian Knot is a great tool designed for people who know very little (or nothing) about video conversion and want to create videos for their standalone or PC in a few clicks of a mouse.";
fDesc[2] = "challenge!";
fDesc[4] = "of titles which represent different missions for Nancy Drew to solve. In Nancy Drew: The Haunting of Castle Malloy, Nancy will be trying to find the missing broom.";
fDesc[5] = "variety of codecs and auxiliary program to perform ripping and encoding of video files. The programs that the package installs include Nandub, VirtualDubMod, BeSweet, azidts, DGIndex, vStrip_gui and AviSynth.";
fDesc[6] = "backgrounds, 3D knots and rosettes, 3D buttons, bullets, decorative borders and other web graphics in unique jewelry style.";
fDesc[7] = "smartcards. Can easily be used to update a cam like the Joker or Matrix. Reading/writing of the whole card automatically.";
fDesc[8] = "interfaces more creative and attractive. The program has a clear colorful interface. It is very easy to use. ColorLab offers a lot of handy tools and color mixers to help you to find the appropriate one.";
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 = '...';
}
}