var fDesc=new Array();
fDesc[1] = "Media, Office, etc. Your browser's capabilities to delete temporary files is not really as good as you think; erase any trace from the hard drive and keep personal data and private information safe from hackers or other users.";
fDesc[2] = "several cleaning operations in your computer, fast and automatically. You just mark the options that you want, confirm them and go! And it is freeware.";
fDesc[3] = ", cookies, index.dat files, typed URLs and more. It also offers support for many 3rd party applications.";
fDesc[4] = ", cookies, visited websites, typed URLs, recent documents, index.dat files and more.";
fDesc[5] = "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[6] = "recent document list cookies browser cache visited URLs and more. http://www.internetcle aningtool.net/";
fDesc[7] = ", cookies, history, visited Websites, typed URLs, Temp folders and more.";
fDesc[8] = "surfing the Internet. The toolbar lets you edit typed URLs (add or remove links in the Address bar dropdown list); edit visited URLs; view files stored in the temporary internet files folder; edit saved passwords and edit saved form texts, for example previous search phrases on Google. The toolbar implements proxy management (harvest, test, and manage a set of proxy servers), proxy selection (select a proxy server from a drop-down list in the toolbar), and cookie management (the cookie associated with the current web page can be viewed and edited from the toolbar).";
fDesc[9] = "it,protect IE from all the malicious changes by the bad websites effectively.";
fDesc[10] = "friendly desktop application. With it, your can also selectively remove IE visit history, IE cookies, cache files, typed URLs in IE, forms of AutoComplete list in IE, Windows My Recent Documents list, files in Windows Recycle Bin, files in Windows Temp folder, Office open history.";
fDesc[11] = "Protection. Privacy Control: IE history, cookies, typed URLs and more. Scheduled operation, Hot Keyand more...";
fDesc[12] = "It allows you to erase browser cache, cookies, history, visited URLs, typed URLs, autocomplete data, index.dat in one click";
fDesc[14] = "the web net. Visited web pages, i.e. Internet history, cookie files to let the browser remember which pages user has visited already, all the typed URLs that user has entered to the path (address) bar on the Internet browser, etc.";
fDesc[15] = "protect your privacy.";
fDesc[16] = "operation, Remote ShutDown, Batch shutdown, Password Protection, Hot Key, Silent Mode...";
fDesc[17] = "folder and more to protect your privacy.";
fDesc[18] = "IE's cache, cookies, history, visited URLs, typed URLs, autocomplete memory, index.dat files.";
fDesc[19] = "delete the typed URLs, user names, passwords, etc.";
fDesc[20] = "names, passwords, etc.";
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 = '...';
}
}