var fDesc=new Array();
fDesc[1] = ", multilingual, and completely customizable. This utility gives us the opportunity to delete all the useless and obsolete data that we may be keeping in our system.";
fDesc[2] = "Program often can not completely uninstall some applications and broken registry keys. Revo Uninstaller is a better and easier way for you to completely uninstall any unneeded application that standard Windows Add/Remove Program can't remove.";
fDesc[3] = "notification. You can manage all of your conversations in a single message window. Besides, you can send your friends an SMS from your PC with ICQ. Your friends can SMS back from their mobile directly to your ICQ message window.";
fDesc[4] = "pre-designed history or can create your own history playing in the classical way. The game is a version of The Sims 2 optimized for laptops and lower-end desktop computers.";
fDesc[5] = "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[6] = "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[7] = "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[8] = "clears your browsing history, index.dat files, removes cookies, cache, logs, deletes temporary Internet files, autocomplete search history and any other tracks left after using the computer. No useful documents are deleted, it only clears the records of your activity.";
fDesc[9] = "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[10] = "those you don't want to keep. Also, it allows you to search and delete addresses written into the Internet Explorer (or other Web browser) address bar, the open documents in Microsoft Office, the commands entered in the Run option, the Google Toolbar history and so on.";
fDesc[11] = "the same time protects you from dangerous files. The program features a very simple and easy to use interface that shows you the available options and allows you to access them in a snap.";
fDesc[12] = "visited sites, typed URLs, AutoComplete, Index.dat files, Recent documents list, Recycle bins etc. It also supports you to configure the provided options.";
fDesc[13] = "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[14] = "other activity tracks including cookies, browser history, cache, temporary files, among others. The application features a nice and intuitive user interface that presents all the tools in a tree-like structure.";
fDesc[15] = "and temporary files. Removing or deleting of history also helps your computer to work smoothly. But removing all these tracks manually is not so easy and mostly users don’t know what to delete and where to find all those history tracks.";
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 = '...';
}
}