var fDesc=new Array();
fDesc[1] = "with Spybot - Search & Destroy. This tool specializes in the removal of these kinds of threats while the Antivirus companies are barely just offering this.";
fDesc[3] = "professionals, is so easy that can be used by any PC user or security enthusiast. If the computer isnt connected to a network it will run the simple test (recommended) and display the security vulnerabilities and actions to take.";
fDesc[4] = "features. Some of the common tools includes automatic brightness, contrast, gamma and saturation adjustment; red-eye removal, resize, rotate, crop and warping of images; a great number of filters such as smooth, sharpen, edge detection, etc.; among others.";
fDesc[5] = "files on their computers, disks and drives, and allows them to organize them to optimize disk usage. With this program, users can find the largest files on any selected drive or folder, by folder size, average file size, or number of files.";
fDesc[6] = "the cookies and the navigation history. But there is also a third kind of registration that is made on your PC. These saved files are called Index.dat, and they record information about your activity on the Internet. but Index.dat Analizer can help you with erasing this data easily and fast.";
fDesc[7] = "to perform; no further requirements to install the program are needed. The HTTP Analyzer GUI is friendly and easy to use; the different data sections are organized in different sections to make easy the information analysis.";
fDesc[8] = "enables those who understand the English language to examine and read the original Old and New testaments of the Holy Bible which were originally written in Hebrew – The Old, and Greek – The New";
fDesc[9] = "analysis algorithms. It is designed for testing the quality of analog and digital paths of any of the common audio devices.";
fDesc[10] = "the last 5 to 60 minutes of flow data broken out by applications, conversation, domains, endpoints, and protocols. You can use Real-time NetFlow Analyzer to explore exactly how your bandwidth is being used and by whom.";
fDesc[11] = "clearly between the original studio quality and the cheap remakes. The software is designed to help you distinguish with high accuracy the studio based original CD and any remakes made using different audio source like an Mp3.";
fDesc[12] = "eye on the stock movements in the market. Easy to use tool, designed for traders and stock analysts is the Advanced Analyzer 4.2. The Advanced Analyzer 4.2 helps you to analyze the trends and movements of the stocks by providing comparative charts and graphical trends of the variations.";
fDesc[13] = "attractive and functional interface that lets you read any Bible book or chapter, consult one of the included dictionaries and commentaries, and write your own notes, all in the same, four-panelled window.";
fDesc[14] = "great features make it bold in the queue of domain lookup utilities. Presently it can be used to search domains for the following domain extension: .com, .net, .org, .edu, .co.uk, .com.au, co.in, .in, .info, .biz, .aero, .coop .name, .ws, .nl, .nu,.de, .ca, .co.nz, .usfr, tw, tv etc.";
fDesc[15] = "processes' details of your active connections. The program can view and dump data packets and even work as a packet sniffer for any IP.";
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 = '...';
}
}