var fDesc=new Array();
fDesc[1] = ", multilingual, and completely customizable. This utility gives us the opportunity to delete all the useless and obsolete data that we may be keeping in our system.";
fDesc[2] = "ever known in a browser. The only disadvantage I found is that Safari lacks any advanced security settings. You can block third-party cookies and some Web scripts, but you can't enter specific Web sites from which to accept or reject cookies.";
fDesc[3] = "types of malware usually met through a Web browser. Unfortunately it is mostly useful for Internet Explorer than for other web browsers.";
fDesc[4] = ", search for unnecesary files, manage the start up menu so you can change whatever you might need, shortcuts that have become invalid, check the disk free space in your HD unit, manage the add/remove programs list, etc. to get the best results on your system operation, perfomance and speed.";
fDesc[5] = "maximum performance. Scanning process finds and removes in a safe manner the following malicious software (Malware): Trojan Horses, Dialers, Worms, Spyware, and Adware.";
fDesc[6] = "all history details, delete duplicate files to free your disk space, optimize memory, manage and organize system settings, and perform many other activities.";
fDesc[7] = "data. This application scans your files and deletes stored private information to protect your privacy. In its free scan version some features are disabled.";
fDesc[8] = "clears your browsing history, index.dat files, removes cookies, cache, logs, deletes temporary Internet files, autocomplete search history and any other tracks left after using the computer. No useful documents are deleted, it only clears the records of your activity.";
fDesc[9] = ", temporary Internet files, list of recent files etc. This program is a simple and efficient tool that sets clearly defined limits just with the help of a few mouse-clicks in a moment. It provides space on hard disk and security while surfing.";
fDesc[10] = "automatically when the session concludes. We can access and select the options from the graphical toolbar on top of the main dialog box which features several icons for deleting all cookies in the list, deleting selected cookies in the cookies list, searching for matches,etc.";
fDesc[11] = "completion, it lists all the cookies and the user can see the information or data stored within them. It also identifies the unwanted cookies that are stored within the system, hence they can easily be removed. The advanced user can perform the task manually.";
fDesc[12] = "violate your privacy. You can view the evil cookies' details and clean all of them. The program can be configured to clean all evil cookies at a predefined period, according to your preference.";
fDesc[13] = "this one already washes it away while you are surfing! The program runs nearly unrecognizable in the background - without any loss of comfort!";
fDesc[14] = "reason, every time you come back to that web site the deploy will not take long anymore it will be easily and rapidly, why?, because a \"cookie\" it’s available.No More Cookies software is a program without charge that will help you to clean up all your cookies leaving us clean of trace.";
fDesc[15] = "navigation sites, it also cleans these temporary files: Internet Temporary Cookies and Cache, Internet Explorer Address Bar, History, Temporary Files etc. When you run this program you will have the option to choose which one of these options you want to do or undo.";
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 = '...';
}
}