var fDesc=new Array();
fDesc[1] = "Firefox 1.0 - 2.0, Mozilla Thunderbird 1.0 - 2.0, Mozilla Suite 1.7 - 1,7x, SeaMonkey 1.0a - 1.1, and Netscape 7.x. This small and easy to use application creates profile backup files contacts, emails, cache, history, bookmarks, extensions, etc. and restore them later on.";
fDesc[2] = "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[3] = "You can download them from lots of flash websites. If you needed any time to see what´s in an .SWF file, SWF Opener 1.3 will be a great help.";
fDesc[4] = "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[5] = "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[6] = "all the text that you copy from that moment. At any time, you can paste the last clip loaded on the clipboard by simply hitting Ctrl + V, but Clipdiary allows you to browse through everything you have copied, and paste any item anywhere.";
fDesc[7] = "completely wipe out some user traces, from the Recycle Bin to Temp Folders, Browser Cache Folders and Windows Clipboard. It is really fast and configurable.";
fDesc[8] = "to be infallible. This program enables to transfer data between colleagues, partners, customers or friends and relatives in a secure manner. It offers one password for the file, which is to be shared by the two parties.";
fDesc[9] = "ISP. Supposedly, by caching images and filtering advertisements, your connection is freeing itself from the strain overloading them. MyProxy will manage all the requests that your computer makes to the outside of your home network.";
fDesc[10] = ", cookies and other records. The program Erases Files securely ensuring that they cannot be recovered. It also features a File Shredder and Plug-Ins Builder Support. It is possible to set up an option of automatic operation while booting up or shutting down the system.";
fDesc[11] = "desktop's default icons and cursors properties in a snap. This program enables you to save and restore the desktop layout, rebuild the icon cache or increase its size, remove shortcut symbols, repair corrupted icons, and much more.";
fDesc[12] = "manage the temporary pages and or files that get automatically created. In addition, control is exercised over the downloads from the Internet. All the files and downloads are reviewed by the IECacheViewer.";
fDesc[13] = "file and the cache. It's also able to boost the general performance of your system by tweaking some registry values. Any action performed by WinOverBoost can be undone, restoring the default values to the registry in case anything goes wrong.";
fDesc[14] = ", Temporary Internet Files (Cache), delete individual Typed URL, clear specific AutoComplete forms information items.";
fDesc[16] = "defragment wasted cache with just one click, recover cache leaks, identify and monitor cache.";
fDesc[17] = "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[18] = ", cookies, history, visited Websites, typed URLs, Temp folders and more.";
fDesc[19] = "You can examine web pages you have visited and clean the IE cache and temporary files too.";
fDesc[20] = "even when you have stopped working on your PC. This cache can inform anyone about what you have been doing on your PC. QuickWiper can completely wipe such sensitive data and activity tracks with a single click.";
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 = '...';
}
}