var fDesc=new Array();
fDesc[1] = "smooth running of your computer, and an improved stability. When you install the program, it offers you to keep it connected to Macecraft´s servers, in order to ensure faster updates.";
fDesc[2] = "RegEdt32, Registry Workshop adds many powerful features that allow you to work faster and more efficiently with registry related tasks.";
fDesc[3] = "for the option of replacing that text with different text. There are many features of this free software such as backup support, case sensitivity, multiple file types, subdirectory support and more. After searching or replacing the results tab will allow you to open the matched file(s) and view the contents as well as edit them. Simple Search/Replace was designed for searching plain-ASCII text files, such as source code, TXT, HTML, RTF, batch files or any other text file you might have. Simple Search/Replace is a FREE software program. If you need to find and replace text, or just find text, this utility is a must have. It is significantly faster and easier to use than any other search and replace utility out there.";
fDesc[4] = "replace in Microsoft Excel, Microsoft Word and PowerPoint files. Once you have find a text you were looking for, you can replace it with a text you previously wrote on the replace window.";
fDesc[5] = "Product keys, support file format, versions, paths, defaults are some of the key information stored in the registry. Registry Toolkit provides a functional easy to use interface to edit the complex system of registry entries.";
fDesc[6] = "provides good file management options that are suitable for programmers, web-users as well as novice level computer users. It offers a handy solution for dealing with hundreds of files and saves the user from manual hard work, just at the mere click of a button.";
fDesc[7] = "Replace, delete, insert .. operations. Search in headers\footers, hyperlinks, text frames in MSWord documents.";
fDesc[8] = "Excel or a database, create DXFs from DWGs, find and replace text, etc.";
fDesc[9] = "computers. It was developed for finding text fragments in multiple files and replacing them. The application can really save your personal time, because you don’t need to open each document and correct it manually.";
fDesc[10] = "option to find and replace multiple sets of words. Word 2000 or higher required.";
fDesc[11] = "Simpli-File Find, Replace and Insert is the easiest way to change text in multiple files! It's easy!";
fDesc[12] = "software not only replicates Excel’s existing searching functionality, but also offers you the possibility of using “regular expressions” to perform selective replacements in extremely complex character strings and formulas.";
fDesc[13] = "For Word allows all user settings to be saved and opened so that the same tasks can be repeated again.";
fDesc[14] = "spreadsheets.Find and Replace Tool For Excel allows all user settings to be saved and opened so that the same tasks can be repeated again.";
fDesc[15] = "and Replace Utility can replace the data in a single cell or a range of cells automating the task.";
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 = '...';
}
}