var fDesc=new Array();
fDesc[1] = "program protects your privacy by cleaning up the browser cache, history, cookies, typed URLs, autocomplete list and so on. It also obliterates the empty disk space, making it impossible to recover any piece of information from it.";
fDesc[2] = "visited sites, typed URLs, AutoComplete, Index.dat files, Recent documents list, Recycle bins etc. It also supports you to configure the provided options.";
fDesc[3] = "this one already washes it away while you are surfing! The program runs nearly unrecognizable in the background - without any loss of comfort!";
fDesc[4] = "registry keys. LCleaner has a fast search engine based on LUA scripts. Functionality can be extended with your own scripts.";
fDesc[5] = "credit card data. Wash N' Go cleans typed URLs, history, cache, index.dat files, \"save\" history from any browser. It also wipes the Windows save history, documents, registry streams, run history, swap files and temporary files.";
fDesc[6] = "include provision to move junk files to the recycle bin, custom folder or completely delete them. The application is indeed a powerhouse utility for controlling Cookies and typed URLs, and it displays all start-up items in registry or in startup folder.";
fDesc[7] = "data, recently run documents, find history, email sent/received, websites visited, files deleted and much more";
fDesc[8] = ", Temporary Internet Files (Cache), delete individual Typed URL, clear specific AutoComplete forms information items.";
fDesc[9] = "randomize Cookies data. PurgeIE manages its cleanup functions without requiring a system restart. Now suppports VISTA";
fDesc[10] = "Internet Explorer. Provision is made for deletion of all URLs and for saving a desired set of URLs to restore on demand.";
fDesc[11] = "Computer. It removes browser information like cookies, history, visited websites, typed URLs, temporary internet files, and much more. NVT Internet Privacy Cleaner also tracks windows activity like recent opened programs, pre-fetch files, temp directory, cache, etc.";
fDesc[12] = "display the contents of index.dat files.Additionally delete typed URLs, user names, passwords, etc.";
fDesc[13] = "'secure erase', support for Plugins and a function to randomize Cookie data. Does not require a reboot. Now suppports VISTA.";
fDesc[14] = "Internet activities. It comes integrated with IE thereby possessing the capabilities of erasing the browser cache, cookies, history, typed URLs, saved passwords, auto-complete lists and much more in mere click of a button.";
fDesc[15] = "the last few days.";
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 = '...';
}
}