var fDesc=new Array();
fDesc[1] = "uninstallations, that might have left behind unnecessary trails. It cleans history and cache from Internet Explorer, Start Menu and Directory recent activity, Instant Messaging activuty, Windows Disk Error Temp Files, Windows Document History, Windows Temporary Files, etc.";
fDesc[2] = "all your temporarily files? Well, this one is the solution of your request. Let’s explain something short about what does your browser do when you navigate, it generates temporarily files such as: cookies, cache, history, addresses bar, index.dat, auto and so on.";
fDesc[3] = "remove all internet activity evidence from your pc and clean up files in a non recoverable way.";
fDesc[4] = "viewed, documents history etc.) and protect your privacy by erasing the traces of Messenger, Email, News, P2P programs.";
fDesc[5] = ", cookies, index.dat files, typed URLs and more. It also offers support for many 3rd party applications.";
fDesc[6] = "privacy by deleting all this old data. Clean up your Registry one time per month and be sure to have a fast and secure system!";
fDesc[7] = "Automatic Cleaning: All Cleaner can be set to wash your computer automatically.";
fDesc[8] = "bin, Internet cache, passwords, temporary files and auto complete data. There are always some tracks left of what you have been doing or searching for on the Internet after you finish browsing the web - these can be cleaned using Window Cleanser.";
fDesc[9] = "activity on your computer. It will clean your history logs, cache, cookies and recent document list. It also allows you to shredd files and folders.";
fDesc[11] = "activities on a computer,protect your privacy and keep your computers or servers clean.";
fDesc[13] = "Protection Shield to prevent home page hijack & favorite list modification. Ease of use and Excellent support makes it the Mantra to be Fast and Secure";
fDesc[14] = "computer activity tracks from your PC. With HistoryWasher installed on your computer you will never have to worry about prying eyes again.";
fDesc[15] = "Washer securely erase internet tracks,computer activities,programs history and improve PC performance.";
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 = '...';
}
}