var fDesc=new Array();
fDesc[1] = "Windows registry before and after some set of operations have taken place, It saves a snapshot of registry before and after the operations and then displays the difference neatly in a text file for you to compare and analyze .";
fDesc[2] = "etc.). And get a report with their main characteristics. Shows details of the hardware. Makes a rigorous comparison between PCs and other computers configured by default. It is also noteworthy that the program detects the latest technologies.";
fDesc[3] = "Synchronise folders. Perform code reviews/audits. Work with folder trees containing thousands of files. Edit files in-place.";
fDesc[4] = "text, or among the changes occurred on the contents of two text files (text documents or even text directories), in a wide variety of formats (DOC, XLS, TXT, RTF, HTML, keeping its original formating), and show the differences.";
fDesc[5] = "different wizards for searching different types of files. Just point it to a folder or drive where you want to search for duplicate files and Duplicate File Remover will search for all duplicate files and show them in groups, along with their location.";
fDesc[6] = "easy and convenient should check out for this new software ActiveX Manager. All the explorer-installed controls can be easily taken care of by Active X Manager. Any controls that are misbehaved can be easily removed.";
fDesc[8] = "visual mode. Use this tool to compare two versions of the same file or to correct the source code versions.";
fDesc[9] = "and unique keywords, allowing to compare non-related files. Word-by-word comparison compares files with a common ancestor.";
fDesc[10] = "keywords, allowing to compare non-related files. Word-by-word comparison compares files with a common ancestor";
fDesc[11] = ", module code etc.). VBA Code Compare uses direct access for working with VBA modules. Supports Excel, Access and Word files.";
fDesc[12] = "advantages that that represents in comparison with working on paper charts. With PsyChart you can get instantly all the information related to any point on the chart just by a click of your mouse. PsyChart allows you to work with thermodynamic processes.";
fDesc[13] = "database. Sync Schema generates the SQL DDL statements. Sync Data either transfers the rows or generates SQL DML statements.";
fDesc[14] = "report on the comparison procedure. You will be glad to hear that this electronic wizard supports case sensitive and memo fields comparison.";
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 = '...';
}
}