var fDesc=new Array();
fDesc[1] = "time. Using this program you will be able to recover the initial speed of youe disk units. In fact, it is much faster than many of its competitors, even it allows you to keep using your PC during the defragmentation process.";
fDesc[2] = "searching for a particular folder in a hurry. Having color-coded folders makes it much easier to find the needed one and you don’t waste your time at unnecessary search";
fDesc[3] = "system. The application can search for determined file types from NTFS and FAT formattes units, either pictures, movies, songs, documents and all kind of files in general.";
fDesc[4] = "detected in the professional version of TopStyle. The Lite version is purely a simple CSS editor, whereas TopStyle Pro is a matured XHTML, HTML and CSS editor. Even so, if all you need is a real basic CSS editor, TopStyle Lite will satisfy you fine.";
fDesc[5] = "to calculate every aspect of your subnet configuration just in a few minutes. This incredible application generates a color-coded bit map, breaking down the network, subnet, and host portion.";
fDesc[6] = "color coded. A very useful Visual Editor is included in the application for watching the conversion results and for possible necessary retouches on the generated image. Output resulting image can be resized for matching any picture container.";
fDesc[7] = "the computer, including hidden ones, and displays their color-coded threat rating based on the intelligent analysis of all hidden properties.";
fDesc[8] = "comparisons, with color-coded lines indicating whether each line is added, deleted, or changed.";
fDesc[9] = "competitors. It displays the results in an easy to read, color coded report window.";
fDesc[10] = "flexibility to change icon and color of the folder. It associates with the right click menu so it’s easy to customize folder icon in just a click. With this software a user can easily find and retrieve a folder.";
fDesc[11] = "search and quick retrieval. The set of 36 color coded folder icons to mark out file folders to make folders easier to spot.";
fDesc[12] = "customizable calendar, task manager, alarm, countdown timer, charts, 12-Months calendar, password manager, search and filter options and many more. This program is highly customizable to suit our preferences.";
fDesc[13] = "With this program, users can take an image into it and have it processed into a file of color-coded text characters that are combined to resemble the image.";
fDesc[14] = "application for ASCII Art creation. Art words, signatures or photos can easily generated with this small but powerful program. ASCII signatures are useful for being used along with emails or other shared documents.";
fDesc[15] = "useful when using more than one file or directory or using ZIP, TAR, GZ, CAB, or LZ archives. It shows color-coded directory comparison for equal, missing or different files.";
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 = '...';
}
}