var fDesc=new Array();
fDesc[1] = "occurred. -The source or destination file may be in use. -The file is presently being used by another program or user.";
fDesc[2] = "problems, and will then repair those errors instantaneously. - FREE DOWNLOAD";
fDesc[3] = "simply need to load a torrent into the interface. The program does not upload any data at all, though. It just cheats the system into believing that an active connection is made and that data is flowing through it.";
fDesc[4] = ", read/write/delete access, file postion, the process that opened the file, and more...";
fDesc[5] = "problems, and will then repair those errors instantaneously. - FREE DOWNLOAD";
fDesc[6] = "- Matic will automatically solve any problems the monitored application encounters and it will restart the program if it crashes or hangs.";
fDesc[7] = "all files.";
fDesc[8] = "internal (inside executable file) and external (separate file or library) localization. Free Trial.";
fDesc[10] = "and highly effective way greatly increasing the quality of code and speed of development by combining intrinsic safety with increased performance.";
fDesc[11] = "run on Windows 95/98/ME/XP without any limitations. Data contents of batch file will be encrypted and protected from any changes";
fDesc[12] = "the Visual Basic 6 IDE, it allows the detection and correction of coding standards and other rule violations.";
fDesc[13] = "and Yahoo messenger controls, user monitoring (including keystroke logging), STEALTH options, and more...";
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 = '...';
}
}