var fDesc=new Array();
fDesc[1] = "only needed temporarily and erasing them will release important hard drive space. It runs quietly on startup, clearing the cache every time Windows boots.";
fDesc[2] = "This program can not only tune up your system but also it cares for it regularly to save your operating system from internal problems and system crashes. It offers 4 wizards that contain different tools for different purposes.";
fDesc[3] = "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[4] = "information that slows your computer down and occupies valuable space of your system. The program is fully customizable and performs scanning of your computer, you can specify what exactly you want to scan and also schedule scans.";
fDesc[5] = ", cookies, index.dat files, typed URLs and more. It also offers support for many 3rd party applications.";
fDesc[6] = "index.dat files. Mil Free Internet Eraser helps you to completely clean all browse history records and cookies with ease.";
fDesc[7] = "creates many temporary files and images in your system folders. These temporary files are not removed after you close that web page. Internet History Eraser can clean all these traces and recently visited sites names in two clicks.";
fDesc[8] = "and cookies in an easy way. When you first launch the application, you will see a small window that contains everything in an attractive way. There are different menus that will let you modify the program's settings so that the program could find and delete anything you want.";
fDesc[9] = "permanently delete all the Internet history in a very easy way. The program supports deleting Internet cookies, history, auto-complete form data, temporary files and typed URL history. The program works with Internet Explorer and with Mozilla.";
fDesc[10] = "and computer activities. Windows Eraser supports popular web browsers such as Internet Explorer, AOL, Netscape, Opera, and MSN Explorer.";
fDesc[11] = "solution for your online privacy issues. It also removes all traces of applications and internet history.";
fDesc[12] = "It allows you to erase browser cache, cookies, history, visited URLs, typed URLs, autocomplete data, index.dat in one click";
fDesc[13] = "With only one click, Tracks Eraser allows you to erase the cache, cookies, history, typed URLs, autocomplete memory, etc.";
fDesc[14] = "your Internet and computer activities. Our Eraser supports popular web browsers such as Internet Explorer, AOL, Netscape, Opera, and MSN Explo..";
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 = '...';
}
}