var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = ", pop-unders, spyware ads, messenger ads, and more! Blocks and removes spyware/adware applications. Automatic updates keep the product up to date!";
fDesc[4] = ", cookies, index.dat files, typed URLs and more. It also offers support for many 3rd party applications.";
fDesc[5] = ", cookies, visited websites, typed URLs, recent documents, index.dat files and more.";
fDesc[6] = "search engines. Other tools included with Advanced Searchbar are a pop-up blocker, an Internet tracks eraser, a calculator, a spell checker. The program also features Internet network tools, games, web page translation and more.";
fDesc[7] = "browser in a single click. Tracks Eraser supports all the popular web browsers like Internet Explorer, Firefox, Netscape, Opera and AOL so no need to worry about your browser name.";
fDesc[8] = "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[9] = "reservation trends and work towards your future needs. Rearrange reservations and allocate tables.";
fDesc[11] = "What you searched for - Your passwords - And to identify you as a repeat visitor";
fDesc[12] = "internet cleanup (delete internet cookies, delete temporary internet files...).";
fDesc[13] = "With only one click, Tracks Eraser allows you to erase the cache, cookies, history, typed URLs, autocomplete memory, etc.";
fDesc[14] = ", cookies, typed URLs and more Integrated with IE and has a free popup blocker.";
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 = '...';
}
}