var fDesc=new Array();
fDesc[1] = "beautiful crystals, you'll find it hard to stop playing, attaching crystals to each other and making them disappear.";
fDesc[2] = "for corrupt files, missing startup programs, missing system fonts, invalid shortcuts, missing dll files, invalid application paths, invalid device drivers and other problems that may cause your system to become unstable.";
fDesc[3] = "AC3, AMR, MPC, ADPCM, A/U-LAW, DSP, GSM, and VOX. You can adjust different conversion settings to reach the sound quality that you wish.";
fDesc[4] = "registry in under 2 minutes. Corrupt files, paths, and registry keys are analyzed and automatically repaired.";
fDesc[5] = "errors in the registry file, performs other tasks to keep your computer at an optimal performance. Its installation process is very easy to perform, and the bundled documentation is very complete and detailed. ErrorFix runs on Windows platforms.";
fDesc[6] = "be included in the package, add the license agreements for the software as well as specify the installation paths, by following the commands at the installation wizard.";
fDesc[7] = "free trial version directly from the developer's website. It is very small, so it will require very little space in our hard drive or external devices, such as memory card, USB devices, etc.1-abc.net Hard Drive Washer keeps our hard drive in excellent condition.";
fDesc[8] = "your registry for entries that could cause problems in your system, like COM/ActiveX, uninstall or font entries, shared DLLs, application paths, Help Files, startup items, program shortcuts, empty registry keys, file associations, program shortcuts or file/path references.";
fDesc[9] = "randomly created levels, items and events. The player creates a heroic character, completes quests and battles through innumerable hordes of demons to advance through experience levels and branching skill paths";
fDesc[10] = "CD-ROMs obsolete, copy the contents of the CD-ROM to your Hard Drive and run the CD from there.";
fDesc[11] = "analysis algorithms. It is designed for testing the quality of analog and digital paths of any of the common audio devices.";
fDesc[12] = "excellent program with which you can find similar images even if the images are of different size or different image types or horizontally/verticall y stretched or rotated/flipped.";
fDesc[13] = "disk files. Runs stand-alone or launched by Word or Excel. Gets files from multiple folders or searches in Windows Explorer.";
fDesc[14] = ", convert paths to short form to reduce space, identify invalid paths, and add new directories.";
fDesc[15] = "such as multiple source paths, projects, as well as multiple documents simultaneously, providing high flexibility to the user. The application has an advanced Code Editor, and incorporates proficient features like Smart code completion.";
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 = '...';
}
}